mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 20:33:40 +00:00
This commit is contained in:
parent
a37a9cfe96
commit
b96a96155d
2 changed files with 5 additions and 5 deletions
|
|
@ -100,7 +100,7 @@ test('display endpoint includes maximum_compatibility value when true for device
|
|||
$device = Device::factory()->create([
|
||||
'mac_address' => '00:11:22:33:44:55',
|
||||
'api_key' => 'test-api-key',
|
||||
'maximum_compatibility' => true
|
||||
'maximum_compatibility' => true,
|
||||
]);
|
||||
|
||||
$response = $this->withHeaders([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue