Skip to content

Commit

Permalink
Only 131 datasets in the test database
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Oct 20, 2023
1 parent 5cf7548 commit 2e4caa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/identical_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@pytest.mark.web()
@pytest.mark.parametrize(
"dataset_id",
range(1, 9078),
range(1, 132),
)
def test_dataset_response_is_identical(dataset_id: int, api_client: FastAPI) -> None:
original = httpx.get(f"http://server-api-php-api-1:80/api/v1/json/data/{dataset_id}")
Expand Down

0 comments on commit 2e4caa2

Please sign in to comment.