Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit 92d5e11

Browse files
authored
Merge pull request #14 from jackton1/feature/fix-test
Update settings.py
2 parents bbdc324 + 32b381a commit 92d5e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_check_constraint/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"NAME": os.path.join(BASE_DIR, "db.sqlite3"),
8585
"TEST": {
8686
"DEPENDENCIES": [
87-
d for d in os.environ["ENV_DB"].split(",") if d != DEFAULT_DB_ALIAS
87+
d for d in TEST_ENV_DB if d != DEFAULT_DB_ALIAS
8888
]
8989
},
9090
},

0 commit comments

Comments
 (0)