test(discussion/test): use nil next page to match API behaviour

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2026-04-28 09:31:36 +01:00
parent 45bd958f75
commit 573f3f0a63
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -166,7 +166,7 @@ func TestList(t *testing.T) {
"totalCount": 0,
"pageInfo": {
"hasNextPage": false,
"endCursor": ""
"endCursor": null
},
"nodes": []
}