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
c469e6a9
Commit
c469e6a9
authored
Jun 17, 2021
by
Sietse Ringers
Browse files
text: fix incorrect keyshare server URL in test keyshare server configuration
parent
416431c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
internal/testkeyshare/testkeyshare.go
View file @
c469e6a9
...
...
@@ -43,6 +43,7 @@ func StartKeyshareServer(t *testing.T, l *logrus.Logger) {
SchemesPath
:
filepath
.
Join
(
testdataPath
,
"irma_configuration"
),
IssuerPrivateKeysPath
:
filepath
.
Join
(
testdataPath
,
"privatekeys"
),
Logger
:
l
,
URL
:
"http://localhost:8080/irma_keyshare_server/api/v1/"
,
},
DB
:
db
,
JwtKeyID
:
0
,
...
...
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