We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de77507 commit ed4dbdaCopy full SHA for ed4dbda
1 file changed
tests/test_deletion.py
@@ -87,6 +87,7 @@ def test_delete_template_deletes_submission_output_pdfs(self, client, db, tmp_pa
87
out_pdf.write_bytes(b"%PDF-1.4 filled")
88
89
tpl_id = _seed_template(client, pdf_path="tpl.pdf")
90
+ _seed_submission(db, tpl_id, output_pdf_path="filled.pdf")
91
92
client.delete(f"{API_PREFIX}/templates/{tpl_id}")
93
assert not out_pdf.exists()
0 commit comments