Skip to content

Commit 7227387

Browse files
committed
tests: refactor system tests
1 parent e83e8ef commit 7227387

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/google-auth/system_tests/noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ def _provision_kokoro_secrets():
7676
if not os.environ.get("KOKORO_GFILE_DIR"):
7777
return
7878

79-
dest_dir = pathlib.Path(__file__).parent / "data"
80-
dest_dir.mkdir(parents=True, exist_ok=True)
79+
os.makedirs(DATA_DIR, exist_ok=True)
8180

8281
# Map GCS filenames to the local filenames expected by tests
8382
secrets_map = {

0 commit comments

Comments
 (0)