diff options
Diffstat (limited to 'client/client_test.go')
| -rw-r--r-- | client/client_test.go | 3 |
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 |
