chore: update
Java CI with Maven / build-and-test (pull_request) Successful in 15m4s

This commit is contained in:
TakahashiNg
2026-04-26 16:30:11 +00:00
parent 67dec42aae
commit 4f4cddfbc2
@@ -16,7 +16,7 @@ public class BaseControllerTest {
public void testLogoutShouldClearCookie() {
given()
.when()
.post("/api/" + Url.Logout)
.post("/api" + Url.Logout)
.then()
.statusCode(204)
.header("Set-Cookie", containsString(InternalValue.cookieName))