diff --git a/pkg/models/task_collection_test.go b/pkg/models/task_collection_test.go index 5da5631c7..822666f47 100644 --- a/pkg/models/task_collection_test.go +++ b/pkg/models/task_collection_test.go @@ -1076,7 +1076,7 @@ func TestTaskCollection_ReadAll(t *testing.T) { }, args: defaultArgs, want: []*Task{}, - wantErr: true, + wantErr: false, }, { name: "filter assignees in by id",