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

Commit 32b381a

Browse files
authored
Update settings.py
1 parent bbdc324 commit 32b381a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_check_constraint/settings.py

+1-1
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)