From 0bfb35520d7e138e6219e550187e0b55bc8a29ac Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 28 Nov 2022 14:29:12 +0100 Subject: Formatting: Run gofumpt -w --- client/client_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client/client_test.go') 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 -- cgit v1.2.3