Skip to content

Commit

Permalink
Temp fix testcase release pages
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
marcofranssen committed Dec 14, 2021
1 parent 6d30e4e commit bf324a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github/releases_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func TestListReleases(t *testing.T) {
return
}
assert.NotEmpty(requestLogger)
assert.Equal(expectedRequestPages("GET", api, opt.PerPage, 4), requestLogger.String())
assert.Equal(expectedRequestPages("GET", api, opt.PerPage, 3), requestLogger.String())
assert.GreaterOrEqual(len(releases), 2)

opt = gh.ListOptions{PerPage: 2}
Expand Down

0 comments on commit bf324a9

Please sign in to comment.