Skip to content

Commit

Permalink
Removing unnecessary integration-external mark (#5565)
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana authored Dec 5, 2024
1 parent ecf82c5 commit ca8e847
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/ops/api/v1/endpoints/test_dataset_test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_dataset_reachability(
assert set(response.json().keys()) == {"reachable", "details"}


@pytest.mark.integration_external
@pytest.mark.integration
@pytest.mark.integration_postgres
class TestDatasetTest:
@pytest.fixture(scope="function")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8364,7 +8364,7 @@ def test_get_access_results_contributor_but_disabled(
assert response.status_code == 403


@pytest.mark.integration_external
@pytest.mark.integration
@pytest.mark.integration_postgres
class TestPrivacyRequestFilteredResults:
@pytest.fixture(scope="function")
Expand Down
6 changes: 5 additions & 1 deletion tests/ops/service/dataset/test_dataset_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,13 @@ def test_get_identities_and_references(
assert required_identities == expected_required_identities


@pytest.mark.integration_external
@pytest.mark.integration
@pytest.mark.integration_postgres
class TestRunTestAccessRequest:
"""
Run test requests against the postgres_example database
"""

@pytest.mark.usefixtures("postgres_integration_db")
def test_run_test_access_request(
self,
Expand Down

0 comments on commit ca8e847

Please sign in to comment.