Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentBean committed Sep 26, 2024
1 parent d153d68 commit 9095a57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Listeners/BulkOperationStatusListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function it_handles_complete_status(): void

/** @var BulkRequest $request */
$request = BulkRequest::query()->create([
'method' => 'POST',
'magento_connection' => 'default',
'store_code' => 'store',
'path' => 'products',
Expand Down Expand Up @@ -67,6 +68,7 @@ public function it_handles_failed_status(): void

/** @var BulkRequest $request */
$request = BulkRequest::query()->create([
'method' => 'POST',
'magento_connection' => 'default',
'store_code' => 'store',
'path' => 'products',
Expand Down

0 comments on commit 9095a57

Please sign in to comment.