Skip to content

Commit 51e4094

Browse files
committed
Use GCS env vars in testing environment
1 parent bf28f6d commit 51e4094

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ deps =
1515
setenv =
1616
NMDC_ENVIRONMENT = testing
1717
SQLALCHEMY_SILENCE_UBER_WARNING=1
18+
NMDC_GCS_USE_FAKE = true
1819
passenv =
1920
NMDC_TESTING_DATABASE_URI
21+
NMDC_GCS_FAKE_API_ENDPOINT
2022
commands =
2123
nmdc-server generate-static-files --remove-existing
2224
nmdc-server storage init

0 commit comments

Comments
 (0)