chore: release [ci skip]
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
package com.drinkool.dtos;
|
||||
|
||||
import java.time.LocalTime;
|
||||
import org.eclipse.microprofile.graphql.NonNull;
|
||||
|
||||
import lombok.NoArgsConstructor;
|
||||
import org.eclipse.microprofile.graphql.NonNull;
|
||||
|
||||
@NoArgsConstructor
|
||||
public class CreateShift {
|
||||
|
||||
@@ -5,7 +5,6 @@ import jakarta.persistence.Column;
|
||||
import jakarta.persistence.Entity;
|
||||
import jakarta.persistence.ManyToOne;
|
||||
import jakarta.persistence.Table;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ public class ShiftServiceTest {
|
||||
given()
|
||||
.contentType("application/json")
|
||||
.header(InternalValue.role, Role.Staff)
|
||||
.header(InternalValue.userId, staffId.toString())
|
||||
.header(InternalValue.userId, staffId.toString())
|
||||
.header(InternalValue.managerId, ownerId.toString())
|
||||
.body("{ \"query\": \"" + mutation + "\" }")
|
||||
.when()
|
||||
|
||||
Reference in New Issue
Block a user