Skip to content

Commit dc9bb32

Browse files
authored
Merge pull request #1739 from dandi/api-vendorization-integration-tests
Add required env var to api integration tests
2 parents e734c68 + 41fdfb5 commit dc9bb32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dandi/tests/data/dandiarchive-docker/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ services:
3737
DJANGO_DANDI_API_URL: http://localhost:8000
3838
DJANGO_DANDI_JUPYTERHUB_URL: https://hub.dandiarchive.org
3939
DJANGO_DANDI_INSTANCE_NAME: DANDI
40-
DJANGO_DANDI_INSTANCE_IDENTIFIER: RRID:SCR_017571
40+
DJANGO_DANDI_INSTANCE_IDENTIFIER: RRID:ABC_123456
41+
DJANGO_DANDI_DOI_API_PREFIX: "10.80507"
4142
ports:
4243
- "127.0.0.1:8000:8000"
4344

0 commit comments

Comments
 (0)