From 2e4caa2a5cccb78e60b702b6884ce1e6e9e2ad5f Mon Sep 17 00:00:00 2001
From: PGijsbers
Date: Fri, 20 Oct 2023 14:47:14 +0200
Subject: [PATCH] Only 131 datasets in the test database
---
tests/identical_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/identical_test.py b/tests/identical_test.py
index c026368..c397e09 100644
--- a/tests/identical_test.py
+++ b/tests/identical_test.py
@@ -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}")