Fixed isolation of DatabaseWrapperLoggingTests.test_commit_debug_log().

This commit is contained in:
Mariusz Felisiak 2023-10-27 09:05:09 +02:00 committed by GitHub
parent c42250a703
commit cf57e220a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):