Skip to content
Snippets Groups Projects
Commit acf17fda authored by Andreas Nüßlein's avatar Andreas Nüßlein
Browse files

minor

parent 802bd78e
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<excludeFolder url="file://$MODULE_DIR$/config/locale" /> <excludeFolder url="file://$MODULE_DIR$/config/locale" />
<excludeFolder url="file://$MODULE_DIR$/docs" /> <excludeFolder url="file://$MODULE_DIR$/docs" />
<excludeFolder url="file://$MODULE_DIR$/.pytest_cache" /> <excludeFolder url="file://$MODULE_DIR$/.pytest_cache" />
<excludeFolder url="file://$MODULE_DIR$/static-collected" />
</content> </content>
<orderEntry type="jdk" jdkName="Poetry (wocat-web)" jdkType="Python SDK" /> <orderEntry type="jdk" jdkName="Poetry (wocat-web)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
......
...@@ -20,7 +20,7 @@ class TestMapAPI: ...@@ -20,7 +20,7 @@ class TestMapAPI:
try: try:
call_command( call_command(
"loaddata", "loaddata",
"wocat/api/tests/fixtures/projects.json", "apps/api/tests/fixtures/projects.json",
**{"verbosity": 0}, **{"verbosity": 0},
) )
except Exception: except Exception:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment