Fix to not return *Pagination
This commit is contained in:
parent
dd0b467062
commit
134128cb56
11 changed files with 136 additions and 138 deletions
|
@ -32,7 +32,7 @@ func TestGetNotifications(t *testing.T) {
|
|||
ClientSecret: "bar",
|
||||
AccessToken: "zoo",
|
||||
})
|
||||
ns, _, err := client.GetNotifications(context.Background(), nil)
|
||||
ns, err := client.GetNotifications(context.Background(), nil)
|
||||
if err != nil {
|
||||
t.Fatalf("should not be fail: %v", err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue