chore: format fixes
Some checks failed
tests / ci (push) Has been cancelled

This commit is contained in:
Benjamin Nussbaum 2026-02-07 13:56:37 +01:00
parent a37a9cfe96
commit b96a96155d
2 changed files with 5 additions and 5 deletions

View file

@ -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([