mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed isolation of DatabaseWrapperLoggingTests.test_commit_debug_log().
This commit is contained in:
parent
c42250a703
commit
cf57e220a9
@ -62,7 +62,7 @@ class DatabaseWrapperTests(SimpleTestCase):
|
||||
|
||||
|
||||
class DatabaseWrapperLoggingTests(TransactionTestCase):
|
||||
available_apps = []
|
||||
available_apps = ["backends"]
|
||||
|
||||
@override_settings(DEBUG=True)
|
||||
def test_commit_debug_log(self):
|
||||
|
Loading…
Reference in New Issue
Block a user