From 17c8253540fdc42692a890b7cfbae4bac3e9a04d Mon Sep 17 00:00:00 2001 From: Joeri van Veen Date: Tue, 29 Oct 2024 13:16:38 +0100 Subject: [PATCH] test: fix so test does not fail online --- tests/Unit/Migration/Pdk/Migration5_0_0Test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Unit/Migration/Pdk/Migration5_0_0Test.php b/tests/Unit/Migration/Pdk/Migration5_0_0Test.php index cab9c5663..beeeb6bb1 100644 --- a/tests/Unit/Migration/Pdk/Migration5_0_0Test.php +++ b/tests/Unit/Migration/Pdk/Migration5_0_0Test.php @@ -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: ', ], ]); });