Skip to content

Commit

Permalink
Update bulk field
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentBean committed Sep 30, 2024
1 parent 19560e2 commit fffac86
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 @@ -27,6 +27,7 @@ public function it_handles_complete_status(): void
/** @var BulkRequest $request */
$request = BulkRequest::query()->create([
'magento_connection' => 'default',
'method' => 'POST',
'store_code' => 'store',
'path' => 'products',
'bulk_uuid' => '::uuid::',
Expand Down Expand Up @@ -64,6 +65,7 @@ public function it_handles_failed_status(): void
/** @var BulkRequest $request */
$request = BulkRequest::query()->create([
'magento_connection' => 'default',
'method' => 'POST',
'store_code' => 'store',
'path' => 'products',
'bulk_uuid' => '::uuid::',
Expand Down

0 comments on commit fffac86

Please sign in to comment.