Skip to content

Commit

Permalink
test: fix so test does not fail online
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Oct 29, 2024
1 parent e7b5e39 commit 17c8253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/Migration/Pdk/Migration5_0_0Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
'message' => '[PDK]: Migration 5.0.0 (PDK) error',
'context' => [
'action' => 'updateAccount',
'migration' => 'MyParcelNL\WooCommerce\Migration\Migration5_0_0',
'exception' => 'Request failed. Status code: 403. Errors: ',
'migration' => Migration5_0_0::class,
'exception' => 'Request failed. Status code: 403. Message: ',
],
]);
});

0 comments on commit 17c8253

Please sign in to comment.