Skip to content

Commit ab62103

Browse files
committed
lint
1 parent 8f0aed9 commit ab62103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-dlp/tests/system/smoke_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def project_id():
3030
def test_list_dlp_jobs(project_id: str, transport: str):
3131
client = dlp_v2.DlpServiceClient(transport=transport)
3232

33-
parent = client.common_location_path(project_id, location='us-central1')
33+
parent = client.common_location_path(project_id, location="us-central1")
3434
client.list_dlp_jobs(parent=parent)
3535

3636
# The purpose of this smoke test is to test the communication with the API server,

0 commit comments

Comments
 (0)