You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"Cannot search for more than {SCORE_SET_SEARCH_MAX_LIMIT} score sets at a time. Please use the offset and limit parameters to run a paginated search."
1876
+
f"Cannot search for more than 100 score sets at a time. Please use the offset and limit parameters to run a paginated search."
1878
1877
inresponse_data["detail"]
1879
1878
)
1880
1879
@@ -1888,7 +1887,7 @@ def test_search_public_score_sets_valid_limit(session, data_provider, client, se
0 commit comments