mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 16:14:30 -04:00
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…
x
Reference in New Issue
Block a user