diff --git a/tests/Feature/Api/DeviceEndpointsTest.php b/tests/Feature/Api/DeviceEndpointsTest.php index 654fedd..3152449 100644 --- a/tests/Feature/Api/DeviceEndpointsTest.php +++ b/tests/Feature/Api/DeviceEndpointsTest.php @@ -408,7 +408,7 @@ test('device can fetch current screen data', function () { $response->assertOk() ->assertJson([ - 'status' => '0', + 'status' => 200, 'filename' => 'test-image.bmp', 'refresh_rate' => 900, 'reset_firmware' => false,