Skip to content

Commit 20c104d

Browse files
committed
Update regional_endpoint_snippet_test.py
1 parent f33ab50 commit 20c104d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

securitycenter/snippets_v2/regional_endpoint_snippet_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
@pytest.fixture(scope="module")
2121
def parent():
22-
return f"{(os.environ["DRZ_SA_ORGANIZATION"])}/sources/-/locations/sa"
22+
return f"{(os.environ['DRZ_SA_ORGANIZATION'])}/sources/-/locations/sa"
2323

2424
def endpoint():
2525
return "securitycenter.me-central2.rep.googleapis.com"

0 commit comments

Comments
 (0)