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 255bed1 commit 8a778daCopy full SHA for 8a778da
auth/service-to-service/auth_test.py
@@ -87,7 +87,7 @@ def services():
87
)
88
89
function_url = (
90
- f"https://us-central1-{project}.cloudfunctions.net/helloworld-{suffix}"
+ f"https://us-central1-{project}.cloudfunctions.net/helloworld-fn-{suffix}"
91
92
93
token = subprocess.run(
0 commit comments