We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2650a commit 252431eCopy full SHA for 252431e
packages/google-cloud-translate/tests/system/test_vpcsc.py
@@ -31,12 +31,12 @@ def client():
31
32
@pytest.fixture(scope="module")
33
def parent_inside(client):
34
- return client.location_path(vpcsc_config.project_inside, "us-central1")
+ return f"projects/{vpcsc_config.project_inside}/locations/us-central1"
35
36
37
38
def parent_outside(client):
39
- return client.location_path(vpcsc_config.project_outside, "us-central1")
+ return f"projects/{vpcsc_config.project_outside}/locations/us-central1"
40
41
42
0 commit comments