diff --git a/tests/test_routes.py b/tests/test_routes.py index 27c09d8..fba2040 100644 --- a/tests/test_routes.py +++ b/tests/test_routes.py @@ -146,7 +146,7 @@ def test_individuals_no_query(app_config, client, aioresponse): # aioresponses includes query params when matching urls KATSU_QUERY_PARAMS = "sex=FEMALE" -GOHAN_QUERY_PARAMS = "assemblyId=GRCh38&chromosome=3&getSampleIdsOnly=True&lowerBound=189631389&upperBound=189897277" +GOHAN_QUERY_PARAMS = "assemblyId=GRCh38&chromosome=3&getSampleIdsOnly=True&lowerBound=189631389&upperBound=189897276" def test_individuals_query_all_permissions(app_config, client, aioresponse):