Skip to content

Commit 86f2dd3

Browse files
authored
fix: remove debugging from test (GoogleCloudPlatform#10373)
1 parent dfac020 commit 86f2dd3

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

run/service-auth/receive_test.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,21 @@ def services():
7171

7272
yield endpoint_url, token
7373

74-
# subprocess.run(
75-
# [
76-
# "gcloud",
77-
# "run",
78-
# "services",
79-
# "delete",
80-
# service_name,
81-
# "--project",
82-
# project,
83-
# "--async",
84-
# "--region=us-central1",
85-
# "--quiet",
86-
# ],
87-
# check=True,
88-
# )
74+
subprocess.run(
75+
[
76+
"gcloud",
77+
"run",
78+
"services",
79+
"delete",
80+
service_name,
81+
"--project",
82+
project,
83+
"--async",
84+
"--region=us-central1",
85+
"--quiet",
86+
],
87+
check=True,
88+
)
8989

9090

9191
def test_auth(services):

0 commit comments

Comments
 (0)