Skip to content

Commit ed4dbda

Browse files
committed
test: fix template deletion cleanup test
1 parent de77507 commit ed4dbda

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_deletion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def test_delete_template_deletes_submission_output_pdfs(self, client, db, tmp_pa
8787
out_pdf.write_bytes(b"%PDF-1.4 filled")
8888

8989
tpl_id = _seed_template(client, pdf_path="tpl.pdf")
90+
_seed_submission(db, tpl_id, output_pdf_path="filled.pdf")
9091

9192
client.delete(f"{API_PREFIX}/templates/{tpl_id}")
9293
assert not out_pdf.exists()

0 commit comments

Comments
 (0)