Skip to content

Commit b6fb33a

Browse files
committed
Fix tests
1 parent 3840600 commit b6fb33a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def __call__(self, **fields: Unpack[ScriptData]) -> "ScriptData":
4545

4646

4747
@pytest.fixture()
48+
@pytest.mark.django_db
4849
def mock_config_diff() -> ConfigDiffBase:
4950
mock_object = ConfigDiffBase
5051
mock_object.log_warning = Mock()

0 commit comments

Comments
 (0)