diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/client_test.go | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/client/client_test.go b/client/client_test.go index b39b289..15b81a1 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -191,7 +191,6 @@ func TestConnectOAuthParameters(t *testing.T) { const ( callbackParameterErrorPrefix = "failed retrieving parameter '" callbackStateMatchErrorPrefix = "failed matching state" - callbackISSMatchErrorPrefix = "failed matching ISS" ) serverURI := getServerURI(t) @@ -208,12 +207,7 @@ func TestConnectOAuthParameters(t *testing.T) { // invalid state { callbackStateMatchErrorPrefix, - httpw.URLParameters{"iss": iss, "code": "42", "state": "21"}, - }, - // invalid iss - { - callbackISSMatchErrorPrefix, - httpw.URLParameters{"iss": "37", "code": "42", "state": "21"}, + httpw.URLParameters{"code": "42", "state": "21"}, }, } |
