From 69e1f40436987773722a8bc1791e6f939d3665b9 Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Wed, 30 Oct 2019 17:19:32 +0100 Subject: [PATCH] Session tests missed ClientReturnURLSet in handler --- internal/sessiontest/handlers_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/sessiontest/handlers_test.go b/internal/sessiontest/handlers_test.go index c68b64b..fd33072 100644 --- a/internal/sessiontest/handlers_test.go +++ b/internal/sessiontest/handlers_test.go @@ -98,6 +98,7 @@ func (th TestHandler) Failure(err *irma.SessionError) { th.t.Fatal(err) } } +func (th TestHandler) ClientReturnURLSet(clientReturnUrl string) {} func (th TestHandler) UnsatisfiableRequest(request irma.SessionRequest, serverName irma.TranslatedString, missing irmaclient.MissingAttributes) { th.Failure(&irma.SessionError{ ErrorType: irma.ErrorType("UnsatisfiableRequest"), -- GitLab