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 2962aaa commit 54138dcCopy full SHA for 54138dc
tests/integration/api_issue_test.go
@@ -267,7 +267,7 @@ func TestAPISearchIssues(t *testing.T) {
267
defer tests.PrepareTestEnv(t)()
268
269
// as this API was used in the frontend, it uses UI page size
270
- expectedIssueCount := min(20, setting.UI.IssuePagingNum) // from the fixtures
+ expectedIssueCount := min(20, setting.UI.IssuePagingNum) // 20 is from the fixtures
271
272
link, _ := url.Parse("/api/v1/repos/issues/search")
273
token := getUserToken(t, "user1", auth_model.AccessTokenScopeReadIssue)
0 commit comments