mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed isolation of DatabaseWrapperLoggingTests.test_commit_debug_log().
This commit is contained in:
parent
c42250a703
commit
cf57e220a9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue