From 2f25b720fe3a875ae5fb58d1d7f6bfe842016384 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 5 Dec 2023 11:03:46 +1100 Subject: [PATCH] Minor fixes for tests --- tests/Integration/EventTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/EventTest.php b/tests/Integration/EventTest.php index 3bcbbaff5313..a148c3df6e5b 100644 --- a/tests/Integration/EventTest.php +++ b/tests/Integration/EventTest.php @@ -869,7 +869,7 @@ class EventTest extends TestCase $arr = $response->json(); $data = [ - 'vendor_id' => $this->vendor->hashed_id, + 'vendor_id' => $arr['data']['id'], 'number' => 'dude2', ];