From 373f5e119818bb58f83512c007003222618faac7 Mon Sep 17 00:00:00 2001 From: hreyes Date: Wed, 6 May 2026 15:13:12 -0600 Subject: [PATCH] fix/parentesis --- backend/tests/unit/general_catalogs/doda/test_doda_print.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/tests/unit/general_catalogs/doda/test_doda_print.py b/backend/tests/unit/general_catalogs/doda/test_doda_print.py index 22abac7e..f635e74d 100644 --- a/backend/tests/unit/general_catalogs/doda/test_doda_print.py +++ b/backend/tests/unit/general_catalogs/doda/test_doda_print.py @@ -55,6 +55,7 @@ def _print_client(db_session: Session, test_tenant) -> TestClient: "validate_access_to_resource", lambda db, company_id, current_user, required_permissions=None, require_all=True: int( current_user["tenant_id"] + ), ) def test_print_uses_s3_cache_when_fingerprint_matches( db_session: Session, test_tenant, monkeypatch: pytest.MonkeyPatch @@ -101,6 +102,7 @@ def test_print_uses_s3_cache_when_fingerprint_matches( "validate_access_to_resource", lambda db, company_id, current_user, required_permissions=None, require_all=True: int( current_user["tenant_id"] + ), ) def test_print_422_without_digital_seal( db_session: Session, test_tenant, monkeypatch: pytest.MonkeyPatch