Skip to content

Commit adaf034

Browse files
committed
fix(cloudrun): delete placeholder variable
1 parent e545d67 commit adaf034

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run/service-auth/receive_auth_requests_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
def service_name() -> str:
5151
# Add a unique suffix to create distinct service names.
5252
service_name_str = f"receive-python-{uuid.uuid4().hex}"
53-
# service_name_str = "receive-python"
5453

5554
# Deploy the Cloud Run Service.
5655
subprocess.run(

0 commit comments

Comments
 (0)