chore: update

This commit is contained in:
TakahashiNg
2026-05-12 01:41:09 +00:00
parent a36ead2085
commit 2f6f22941d
@@ -102,7 +102,9 @@ public class ShiftServiceTest {
given()
.contentType("application/json")
.header(InternalValue.userId, staffId.toString()) // Mock user ID
.header(InternalValue.role, Role.Staff)
.header(InternalValue.userId, staffId.toString())
.header(InternalValue.managerId, ownerId.toString())
.body("{ \"query\": \"" + mutation + "\" }")
.when()
.post("/graphql")