Fix broken test

This commit is contained in:
shamoon 2025-01-25 13:43:21 -08:00
parent 4c5e852537
commit 1ac4dfce7e

View File

@ -8,7 +8,7 @@ class TestMigrateWorkflow(TestMigrations):
dependencies = (
(
"paperless_mail",
"0028_alter_mailaccount_password_and_more",
"0029_mailrule_pdf_layout",
),
)