Skip to content

Commit 6bbd51d

Browse files
committed
tests: refactor system tests
1 parent 1cfaefe commit 6bbd51d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/google-auth/system_tests/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def _provision_kokoro_secrets():
9191
subprocess.run(
9292
["gcloud", "storage", "cp", f"{gcs_base}/{src_name}", str(DATA_DIR)],
9393
check=True,
94-
capture_output=True,
9594
)
9695
# Rename to use underscores as per test conventions
9796
(pathlib.Path(DATA_DIR) / src_name).replace(pathlib.Path(DATA_DIR) / dest_name)

0 commit comments

Comments
 (0)