Update SessionManagementTest.java (#1198)
url() is required in this case. You will notice it when changing host name or when using https
This commit is contained in:
parent
44ab36aa1b
commit
3bc009297e
@ -42,6 +42,6 @@ class SessionManagementTest extends IntegrationTest {
|
|||||||
void hijackSessionTest() {
|
void hijackSessionTest() {
|
||||||
startLesson("HijackSession");
|
startLesson("HijackSession");
|
||||||
|
|
||||||
checkAssignment(HIJACK_LOGIN_CONTEXT_PATH, Map.of("username", "webgoat", "password", "webgoat"), false);
|
checkAssignment(url(HIJACK_LOGIN_CONTEXT_PATH), Map.of("username", "webgoat", "password", "webgoat"), false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user