Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

fix: Fixes VPCSC Tests that did not conform to V2.0.0 client API #61

Merged
merged 5 commits into from Oct 8, 2020

Conversation

sid-dinesh94
Copy link
Contributor

Fixes #<issue_number_goes_here> 馃

Following the migration of the client to V2.0.0, these VPCSC specific tests started failing with syntax/typing errors.
This PR uses the keyword argument style for the client methods to fix the broken tests.

Client now requires either one positional argument or individual keyword arguments for each call.
The fix in the previous commit worked for the test_async_batch_annotate_images_write_blocked test.
This commit updates other VPCSC tests to also work with the new client.
setting request to the dict didnt work.
@sid-dinesh94 sid-dinesh94 requested a review from a team as a code owner October 8, 2020 20:08
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 8, 2020
@sid-dinesh94 sid-dinesh94 changed the title Fixes VPCSC Tests that did not conform to V2.0.0 client API fix: Fixes VPCSC Tests that did not conform to V2.0.0 client API Oct 8, 2020
@busunkim96 busunkim96 merged commit efed79a into googleapis:master Oct 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants