WIP fixing tests

This commit is contained in:
msramalho
2025-02-10 23:49:18 +00:00
parent 37ebba73bf
commit 1877999a70
7 changed files with 43 additions and 42 deletions

View File

@@ -3,7 +3,7 @@ import json
from unittest.mock import patch
from app.shared.config import ALLOW_ANY_EMAIL
from db import crud
from app.shared.db import crud
def test_submit_manual_archive_unauthenticated(client, test_no_auth):