Fix bad test imports

This commit is contained in:
2023-01-19 14:41:02 -05:00
parent 3bb73ae4be
commit 6aa933d13d
7 changed files with 0 additions and 1 deletions

BIN
.coverage

Binary file not shown.

View File

@ -57,7 +57,6 @@ minversion = "6.0"
addopts = "-ra -q"
testpaths = [
"tests",
"integration",
]
DJANGO_SETTINGS_MODULE='vrobbler.settings'