fix: add shift features #51

Merged
TakahashiNguyen merged 10 commits from fix-add-payment-controller into main 2026-05-12 02:14:23 +00:00
Showing only changes of commit 2f6f22941d - Show all commits
@@ -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")