From 779c0c3b7deb54ae9d3a327be2510ab3e561ccc6 Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Wed, 25 Jun 2025 10:12:36 +0200 Subject: [PATCH] test: update DeviceEndpointsTest --- tests/Feature/Api/DeviceEndpointsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,