1
0

fix(tests): do not try to create tasks with bucket_id

This commit is contained in:
kolaente
2024-03-20 10:54:37 +01:00
parent 6ad83c0685
commit 9f89fbe5a6
2 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@ function createSingleTaskInBucket(count = 1, attrs = {}) {
})
const tasks = TaskFactory.create(count, {
project_id: projects[0].id,
bucket_id: buckets[0].id,
...attrs,
})
TaskBucketFactory.create(1, {