chore: update
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user