diff --git a/tests/Integration/EventTest.php b/tests/Integration/EventTest.php index 3bcbbaff53..a148c3df6e 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', ];