Skip to content

Commit

Permalink
#141: Fix issue with count test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Apr 13, 2021
1 parent 44b707a commit 4057126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/icat/endpoints/test_count_with_filters_icat.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ class TestICATCountWithFilters:
[
pytest.param(
'?where={"title": {"like": "Test data for the Python ICAT Backend on'
' on DataGateway API"}}',
' DataGateway API"}}',
5,
id="Filter on test data",
),
pytest.param(
'?where={"title": {"like": "Test data for the Python ICAT Backend on'
' on DataGateway API"}}&distinct=["startDate"]',
' DataGateway API"}}&distinct=["startDate"]',
1,
id="Distinct test data",
),
Expand Down

0 comments on commit 4057126

Please sign in to comment.