-
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
Test 'Blob.compose' w/ 'user_project' set. #4092
Test 'Blob.compose' w/ 'user_project' set. #4092
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -547,6 +547,32 @@ def test_compose_replace_existing_blob(self): | |||
composed = original.download_as_string() | |||
self.assertEqual(composed, BEFORE + TO_APPEND) | |||
|
|||
@unittest.skipUnless(USER_PROJECT, 'USER_PROJECT not set in environment.') |
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.
new_bucket_name, requester_pays=True) | ||
try: | ||
SOURCE_1 = b'AAA\n' | ||
source_1 = created.blob('source-1') |
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.
…python-docs-samples#4092) [Another PR](GoogleCloudPlatform/python-docs-samples#4041) is blocked due to the use of positional arguments in the Video Intelligence samples. This PR changes one sample to use named arguments. This fix updates the following region tags: + `video_speech_transcription_gcs_beta`
No description provided.