Fixes for tests

This commit is contained in:
David Bomba 2024-04-04 13:46:32 +11:00
parent bbc11b201c
commit e80c296d29

View File

@ -796,6 +796,7 @@ class EventTest extends TestCase
$data = [
'name' => $this->faker->firstName,
'steps' => "cart,auth.login-or-register",
];
$response = $this->withHeaders([
@ -809,6 +810,7 @@ class EventTest extends TestCase
$data = [
'name' => $this->faker->firstName,
'steps' => "cart,auth.login-or-register",
];
$response = $this->withHeaders([
@ -820,6 +822,7 @@ class EventTest extends TestCase
$data = [
'ids' => [$arr['data']['id']],
'steps' => "cart,auth.login-or-register",
];
$response = $this->withHeaders([