Compare commits

..

1 Commits

Author SHA1 Message Date
Daniel Sun d3f23cf31d add cli tests and test paginated searching in search api test
continuous-integration/drone/pr Build is failing Details
2023-02-20 04:04:17 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ def create_searchable_groups(client, create_random_names):
def test_api_group_search(client, create_searchable_groups):
cns = create_searchable_groups
# pairs of cn indices as well as amount of results that should be returned
random_numbers = [
random_numbers = [
(88, 68),
(117, 54),
(63, 97),