Skip to content
Snippets Groups Projects
Verified Commit 1c44fa6a authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix tests

parent 40c6e11a
No related branches found
No related tags found
1 merge request!128Do release 3.0.1
Pipeline #191379 failed
......@@ -55,6 +55,7 @@ def test_load_sample_template(tmp_path):
with open(test_filename, "w") as f:
f.write(TEST_FILE_1)
ImportTemplate.objects.all().delete()
assert ImportTemplate.objects.all().count() == 0
update_or_create_templates_from_yaml(test_filename)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment