Skip to content

Commit 34006f9

Browse files
committed
maybe it works now that the settings are updated to match master branch
1 parent fead022 commit 34006f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pytest_django_test/db_helpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
else:
2626
# An explicit test db name was given, is that as the base name
2727
TEST_DB_NAME = "{}_inner".format(TEST_DB_NAME)
28-
2928

30-
raise Exception("{} {}".format(DB_NAME, TEST_DB_NAME))
3129

3230
def get_db_engine():
3331
return _settings["ENGINE"].split(".")[-1]

0 commit comments

Comments
 (0)