Skip to content

Commit ed06637

Browse files
NFC-47 Fix AuthenticationEndpointsFilterTest
1 parent 8e88ebd commit ed06637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/test/java/eu/webeid/example/AuthenticationRestControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void mobileInitBuildsDeepLinkWithEmbeddedChallenge() throws Exception {
8787
JsonNode payload = mapper.readTree(payloadJson);
8888

8989
assertThat(payload.get("challenge").asText()).hasSize(expectedBase64Len());
90-
assertThat(payload.get("login_uri").asText()).endsWith("/auth/eid/login");
90+
assertThat(payload.get("login_uri").asText()).endsWith("/auth/mobile/login");
9191
}
9292

9393
private static int expectedBase64Len() {

0 commit comments

Comments
 (0)