From 27720eccfac485d14192192e799efba191a4309c Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 30 May 2024 17:40:05 +0200 Subject: Format: Run Gofumpt --- internal/api/api_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal') 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) -- cgit v1.2.3