This commit is contained in:
Oliver Jakoubek 2026-01-14 21:24:46 +01:00
commit 773da6323d
3 changed files with 15 additions and 15 deletions

View file

@ -480,9 +480,9 @@ func TestTasks_Create_RealAPIFormat(t *testing.T) {
ChecklistID: 1,
Content: content,
Status: StatusOpen,
Priority: 0, // Priority NOT set (ignored)
DueDateRaw: "", // Due date NOT set (ignored)
TagsAsText: "", // Tags NOT set (ignored)
Priority: 0, // Priority NOT set (ignored)
DueDateRaw: "", // Due date NOT set (ignored)
TagsAsText: "", // Tags NOT set (ignored)
CreatedAt: NewAPITime(time.Now()),
UpdatedAt: NewAPITime(time.Now()),
}