mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
test: update DeviceEndpointsTest
This commit is contained in:
parent
02cc91a21b
commit
779c0c3b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ test('device can fetch current screen data', function () {
|
||||||
|
|
||||||
$response->assertOk()
|
$response->assertOk()
|
||||||
->assertJson([
|
->assertJson([
|
||||||
'status' => '0',
|
'status' => 200,
|
||||||
'filename' => 'test-image.bmp',
|
'filename' => 'test-image.bmp',
|
||||||
'refresh_rate' => 900,
|
'refresh_rate' => 900,
|
||||||
'reset_firmware' => false,
|
'reset_firmware' => false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue