Skip to content

Commit 985f8b2

Browse files
committed
reduce default pagination size from 100 to 30 in discussion tests
1 parent 2d36b04 commit 985f8b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/github/discussions_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ func Test_GetDiscussionComments(t *testing.T) {
282282
"owner": "owner",
283283
"repo": "repo",
284284
"discussionNumber": float64(1),
285-
"first": float64(100),
285+
"first": float64(30),
286286
"after": (*string)(nil),
287287
}
288288

@@ -344,7 +344,7 @@ func Test_ListDiscussionCategories(t *testing.T) {
344344
vars := map[string]interface{}{
345345
"owner": "owner",
346346
"repo": "repo",
347-
"first": float64(100),
347+
"first": float64(30),
348348
"after": (*string)(nil),
349349
}
350350

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy