mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +01:00
fix pytest warning
This commit is contained in:
parent
c795bb2c0d
commit
fb4dce84aa
1 changed files with 0 additions and 1 deletions
|
@ -39,6 +39,5 @@ def settings(settings):
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture()
|
@pytest.fixture()
|
||||||
@pytest.mark.django_db()
|
|
||||||
def initial_data() -> None: # noqa: PT004
|
def initial_data() -> None: # noqa: PT004
|
||||||
call_command("loaddata", "initial_data")
|
call_command("loaddata", "initial_data")
|
||||||
|
|
Loading…
Reference in a new issue