Skip to content

Commit

Permalink
Fixed isolation of DatabaseWrapperLoggingTests.test_commit_debug_log().
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored Oct 27, 2023
1 parent c42250a commit cf57e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backends/base/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_check_database_version_supported_with_none_as_database_version(self):


class DatabaseWrapperLoggingTests(TransactionTestCase):
available_apps = []
available_apps = ["backends"]

@override_settings(DEBUG=True)
def test_commit_debug_log(self):
Expand Down

0 comments on commit cf57e22

Please sign in to comment.