Skip to content

Commit 32454d2

Browse files
committed
test(e2e): fix issuer config
1 parent bad43a8 commit 32454d2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/e2e/.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ cypress/videos
55
cypress/screenshots
66
*.log
77
*.yml
8-

test/e2e/hydra.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ log:
77

88
urls:
99
self:
10-
issuer: http://localhost:4444
11-
public: http://localhost:4444
10+
issuer: http://localhost:4444/
11+
public: http://localhost:4444/
1212
login: http://localhost:4446/login
1313
consent: http://localhost:4446/consent

0 commit comments

Comments
 (0)