Skip to content

Commit

Permalink
Adding external_integration mark to test
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana committed Dec 3, 2024
1 parent c1c81c9 commit 922d323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ops/api/v1/endpoints/test_privacy_request_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 922d323

Please sign in to comment.