mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
fix: test, docker env deprecation warning
This commit is contained in:
parent
54b7d2dcf0
commit
3460283662
2 changed files with 3 additions and 3 deletions
|
|
@ -102,7 +102,7 @@ test('device can submit logs', function () {
|
|||
])->postJson('/api/log', $logData);
|
||||
|
||||
$response->assertOk()
|
||||
->assertJson(['status' => '0']);
|
||||
->assertJson(['status' => '200']);
|
||||
|
||||
expect($device->fresh()->last_log_request)
|
||||
->toBe($logData);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue