Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Sep 29, 2023
1 parent 0b97fd3 commit afe4d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-scheduler/tests/system/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def project_id():
def test_list_jobs(project_id: str, transport: str):
client = scheduler_v1.CloudSchedulerClient(transport=transport)

parent = client.common_location_path(project_id, location='us-central1')
parent = client.common_location_path(project_id, location="us-central1")
client.list_jobs(parent=parent)

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

0 comments on commit afe4d5f

Please sign in to comment.