Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
69e1f404
Commit
69e1f404
authored
Oct 30, 2019
by
Ivar Derksen
Committed by
David Venhoek
Nov 08, 2019
Browse files
Session tests missed ClientReturnURLSet in handler
parent
b3f694e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
internal/sessiontest/handlers_test.go
View file @
69e1f404
...
...
@@ -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"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment