Skip to content

Commit 5451615

Browse files
committed
Address review comments: fix tests
1 parent 907ac15 commit 5451615

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

run_integration_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -772,9 +772,7 @@ func TestRunsListForOrganization(t *testing.T) {
772772
})
773773

774774
t.Run("with list options", func(t *testing.T) {
775-
t.Skip("paging not supported yet in API")
776-
777-
// Request a page number which is out of range. The result should
775+
// Request a page number that is out of range. The result should
778776
// be successful, but return no results if the paging options are
779777
// properly passed along.
780778
rl, err := client.Runs.ListForOrganization(ctx, orgTest.Name, &RunListForOrganizationOptions{

0 commit comments

Comments
 (0)