Skip to content

Commit

Permalink
test: sort on existing field
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Apr 9, 2022
1 parent 76a7079 commit fc3c369
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions karp/tests/e2e/test_query_api_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

class TestQueryApiInput:
@pytest.mark.parametrize("query_string", [
"sort=field",
"sort=field|asc",
"sort=field|desc",
"sort=name",
"sort=name|asc",
"sort=name|desc",
"from=10",
"size=10",
"q=",
"q=&sort=field&from=0&size=25",
"q=&sort=name&from=0&size=25",
])
@pytest.mark.parametrize("path", ["query", "query/split"])
def test_valid_query_strings(
Expand Down

0 comments on commit fc3c369

Please sign in to comment.