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
8553270d
Commit
8553270d
authored
Sep 28, 2017
by
Sietse Ringers
Browse files
Fix too large example attribute in issuance test
parent
c736be28
Changes
1
Hide whitespace changes
Inline
Side-by-side
session_test.go
View file @
8553270d
...
...
@@ -97,7 +97,7 @@ func getIssuanceJwt(name string, id AttributeTypeIdentifier) interface{} {
Credential
:
&
credid1
,
Attributes
:
map
[
string
]
string
{
"university"
:
"Radboud"
,
"studentCardNumber"
:
"3.1415926535897932384626433832
795028841971694
"
,
"studentCardNumber"
:
"3.1415926535897932384626433832
8
"
,
"studentID"
:
"s1234567"
,
"level"
:
"42"
,
},
...
...
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