Skip to content

Commit e8b6434

Browse files
committed
chore: update laravel helpers
1 parent 1aeaf54 commit e8b6434

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

stubs/nova_test.blade.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,7 @@ public function testGetNoAuth(): void
223223

224224
public function testSearchUnauthorized(): void
225225
{
226-
$response = $this->novaSearchResourceAPICall(
227-
resourceClass: {{$entity}}::class,
228-
request: [
229-
'orderBy' => 'id',
230-
'orderByDirection' => 'asc',
231-
],
232-
);
226+
$response = $this->novaSearchResourceAPICall({{$entity}}::class);
233227

234228
@if($shouldUseStatus)
235229
$response->assertStatus(Response::HTTP_UNAUTHORIZED);

0 commit comments

Comments
 (0)