We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a302b4d commit a9598f2Copy full SHA for a9598f2
query_runs_integration_test.go
@@ -62,8 +62,6 @@ func TestQueryRunsList(t *testing.T) {
62
})
63
64
t.Run("with list options", func(t *testing.T) {
65
- t.Skip("paging not supported yet in API")
66
-
67
qrl, err := client.QueryRuns.List(ctx, wTest.ID, &QueryRunListOptions{
68
ListOptions: ListOptions{
69
PageNumber: 999,
0 commit comments