mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-14 07:27:47 +00:00
fix(#158): do not require ID header on /display endpoint
Some checks are pending
tests / ci (push) Waiting to run
Some checks are pending
tests / ci (push) Waiting to run
This commit is contained in:
parent
c2c553461f
commit
d7f6237265
2 changed files with 4 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue