From 922d32373816fe49f48145a4d699d36e4fa7b2d8 Mon Sep 17 00:00:00 2001 From: Adrian Galvan Date: Mon, 2 Dec 2024 16:47:41 -0800 Subject: [PATCH] Adding external_integration mark to test --- tests/ops/api/v1/endpoints/test_privacy_request_endpoints.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ops/api/v1/endpoints/test_privacy_request_endpoints.py b/tests/ops/api/v1/endpoints/test_privacy_request_endpoints.py index f72a3d7d5c..5ddbcd8f60 100644 --- a/tests/ops/api/v1/endpoints/test_privacy_request_endpoints.py +++ b/tests/ops/api/v1/endpoints/test_privacy_request_endpoints.py @@ -8364,6 +8364,8 @@ def test_get_access_results_contributor_but_disabled( assert response.status_code == 403 +@pytest.mark.integration_external +@pytest.mark.integration_postgres class TestPrivacyRequestFilteredResults: @pytest.fixture(scope="function") def default_access_policy(self, db) -> None: