Skip to content

Commit 1387c39

Browse files
committed
Fixed tests
1 parent b3bad27 commit 1387c39

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

myconext-server/src/test/java/myconext/AbstractIntegrationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
"feature.deny_disposable_email_providers=false",
9393
"verify.base_uri=http://localhost:8098",
9494
"host_headers.active=mijn.test2.eduid.nl",
95-
"feature.captcha_enabled=false"
95+
"feature.captcha_enabled=false",
96+
"host_headers.active: mijn.test2.eduid.nl"
9697
})
9798
@ActiveProfiles({"test"})
9899
@SuppressWarnings("unchecked")

myconext-server/src/test/java/myconext/oidcng/OpenIDConnectTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"sp_entity_metadata_url=https://engine.test.surfconext.nl/authentication/sp/metadata",
3535
"spring.main.lazy-initialization=true",
3636
"oidc-token-api.token-url=http://localhost:8098/tokens",
37+
"host_headers.active: mijn.test2.eduid.nl"
3738
})
3839
public class OpenIDConnectTest extends AbstractIntegrationTest {
3940

0 commit comments

Comments
 (0)