summaryrefslogtreecommitdiff
path: root/internal/api
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-05-30 17:40:05 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-06-04 16:40:29 +0200
commit27720eccfac485d14192192e799efba191a4309c (patch)
treee415b3ea6c61f9ab1f583e2ceb452acbe1f74120 /internal/api
parenta1169b524e3d65676a60cd6a205362f37441b09e (diff)
Format: Run Gofumpt
Diffstat (limited to 'internal/api')
-rw-r--r--internal/api/api_test.go3
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)