We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0aed9 commit ab62103Copy full SHA for ab62103
packages/google-cloud-dlp/tests/system/smoke_test.py
@@ -30,7 +30,7 @@ def project_id():
30
def test_list_dlp_jobs(project_id: str, transport: str):
31
client = dlp_v2.DlpServiceClient(transport=transport)
32
33
- parent = client.common_location_path(project_id, location='us-central1')
+ parent = client.common_location_path(project_id, location="us-central1")
34
client.list_dlp_jobs(parent=parent)
35
36
# The purpose of this smoke test is to test the communication with the API server,
0 commit comments