summaryrefslogtreecommitdiff
path: root/client/client_test.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-28 14:29:12 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-28 14:29:12 +0100
commit0bfb35520d7e138e6219e550187e0b55bc8a29ac (patch)
treea087049edae0ff932bc7a14fef323783b26a2ff1 /client/client_test.go
parent59e6ccd051452162fab852a25deb4f0f8a9e22b2 (diff)
Formatting: Run gofumpt -w
Diffstat (limited to 'client/client_test.go')
-rw-r--r--client/client_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/client_test.go b/client/client_test.go
index fe2dec5..1b9a488 100644
--- a/client/client_test.go
+++ b/client/client_test.go
@@ -172,10 +172,9 @@ func TestConnectOAuthParameters(t *testing.T) {
var (
failedCallbackParameterError *oauth.CallbackParameterError
failedCallbackStateMatchError *oauth.CallbackStateMatchError
- failedCallbackISSMatchError *oauth.CallbackISSMatchError
+ failedCallbackISSMatchError *oauth.CallbackISSMatchError
)
-
serverURI := getServerURI(t)
// serverURI already ends with a / due to using the util EnsureValidURL function
iss := serverURI