diff --git a/pkg/integrations/task_collection_test.go b/pkg/integrations/task_collection_test.go index e1e11e811..28eaef004 100644 --- a/pkg/integrations/task_collection_test.go +++ b/pkg/integrations/task_collection_test.go @@ -17,11 +17,12 @@ package integrations import ( + "net/url" + "testing" + "code.vikunja.io/api/pkg/models" "code.vikunja.io/web/handler" "github.com/stretchr/testify/assert" - "net/url" - "testing" ) func TestTaskCollection(t *testing.T) {