-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coverage for 'gcloud._apitools.util' #1190
Coverage for 'gcloud._apitools.util' #1190
Conversation
Why remove the |
LMK when you've rebased after the merge |
Because the calling function already raises an error if the pattern has no slash. |
Rebased after merge of #1186. |
@@ -78,9 +78,6 @@ def AcceptableMimeType(accept_patterns, mime_type): | |||
|
|||
def MimeTypeMatches(pattern, mime_type): | |||
"""Return True iff mime_type is acceptable for pattern.""" | |||
# Some systems use a single '*' instead of '*/*'. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
LGTM I'll wait for the next rebase ping |
Coverage for 'gcloud._apitools.util'
Uses #1189 as a base.