1
0
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:
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):