Skip to content

Commit

Permalink
tests: fix a typo in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed May 8, 2021
1 parent 648e1b6 commit d3f3d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def test_settings_restored(self) -> None:
assert settings.ALLOWED_HOSTS == ["testserver"]

def test_transactions(self, live_server) -> None:
if not connection.features.support_transactions:
if not connection.features.supports_transactions:
pytest.skip("transactions required for this test")

assert not connection.in_atomic_block
Expand Down

0 comments on commit d3f3d44

Please sign in to comment.