fix(#158): do not require ID header on /display endpoint
Some checks are pending
tests / ci (push) Waiting to run

This commit is contained in:
Benjamin Nussbaum 2026-01-13 17:24:14 +01:00
parent c2c553461f
commit d7f6237265
2 changed files with 4 additions and 6 deletions

View file

@ -263,7 +263,7 @@ test('invalid device credentials return error', function (): void {
])->get('/api/display');
$response->assertNotFound()
->assertJson(['message' => 'MAC Address not registered or invalid access token']);
->assertJson(['message' => 'MAC Address not registered (or not set), or invalid access token']);
});
test('log endpoint requires valid device credentials', function (): void {