chore: release [ci skip]

This commit is contained in:
gitea-actions
2026-05-12 02:40:32 +00:00
parent 345d4c056c
commit 6032a7c31b
5 changed files with 23 additions and 13 deletions
@@ -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()