Skip to content

Commit ee9ff33

Browse files
committed
fixup! fix: Use proper userId in taskprocessing trigger tests
1 parent 02fd1a4 commit ee9ff33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/TaskProcessing/TaskProcessingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ public function testTriggerableProviderWithNoOtherRunningTasks() {
12891289
$this->manager = $this->createManagerInstance();
12901290

12911291
// Act
1292-
$task = new Task($externalProvider->getTaskTypeId(), ['input' => ''], 'tests', 'foobar');
1292+
$task = new Task($externalProvider->getTaskTypeId(), ['input' => ''], 'tests', null);
12931293
$this->manager->scheduleTask($task);
12941294
}
12951295

0 commit comments

Comments
 (0)