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 54138dc commit a03f5a4Copy full SHA for a03f5a4
tests/integration/api_issue_test.go
@@ -368,7 +368,7 @@ func TestAPISearchIssuesWithLabels(t *testing.T) {
368
defer tests.PrepareTestEnv(t)()
369
370
// as this API was used in the frontend, it uses UI page size
371
- expectedIssueCount := min(20, setting.UI.IssuePagingNum) // from the fixtures
+ expectedIssueCount := min(20, setting.UI.IssuePagingNum) // 20 is from the fixtures
372
373
link, _ := url.Parse("/api/v1/repos/issues/search")
374
token := getUserToken(t, "user1", auth_model.AccessTokenScopeReadIssue)
0 commit comments