Skip to content

Commit

Permalink
fix gohan args in test
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfk committed Nov 26, 2024
1 parent 44a4559 commit 8186610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8186610

Please sign in to comment.