Fixes for tests
This commit is contained in:
parent
bbc11b201c
commit
e80c296d29
|
|
@ -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([
|
||||
|
|
|
|||
Loading…
Reference in New Issue