fix pytest warning

This commit is contained in:
Gabriel Augendre 2024-02-05 19:23:32 +01:00
parent 07fe78f950
commit 25176c6440

View file

@ -39,6 +39,5 @@ def settings(settings):
@pytest.fixture()
@pytest.mark.django_db()
def initial_data() -> None: # noqa: PT004
call_command("loaddata", "initial_data")