wip
This commit is contained in:
@@ -227,7 +227,7 @@ func TestTaskHandler_GetTasksByResidence(t *testing.T) {
|
||||
assert.Contains(t, response, "residence_id")
|
||||
|
||||
columns := response["columns"].([]interface{})
|
||||
assert.Len(t, columns, 6) // 6 kanban columns
|
||||
assert.Len(t, columns, 5) // 5 visible kanban columns (cancelled/archived hidden)
|
||||
})
|
||||
|
||||
t.Run("kanban column structure", func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user