fix: test, docker env deprecation warning

This commit is contained in:
Benjamin Nussbaum 2025-03-10 11:15:01 +01:00
parent 54b7d2dcf0
commit 3460283662
2 changed files with 3 additions and 3 deletions

View file

@ -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);