Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
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
Options
Browse Files
Download
Email Patches
Plain Diff
Session tests missed ClientReturnURLSet in handler
parent
b3f694e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
internal/sessiontest/handlers_test.go
internal/sessiontest/handlers_test.go
+1
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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