diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/api/api_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/api/api_test.go b/internal/api/api_test.go index c126af4..5de1d7b 100644 --- a/internal/api/api_test.go +++ b/internal/api/api_test.go @@ -200,10 +200,9 @@ func createTestAPI(t *testing.T, tok *eduoauth.Token, gt []string, hps []test.Ha return in }, DisableAuthorize: false, - Transport: servc.Client.Transport, + Transport: servc.Client.Transport, } - tc := &TestCallback{t: t} a, err := NewAPI(context.Background(), "testclient", sd, tc, tok) |
