Skip to content

Commit 94f4e8a

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

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/fixtures/NovaTestGeneratorTest/created_resource_test.php

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

166166
public function testSearchUnauthorized(): void
167167
{
168-
$response = $this->novaSearchResourceAPICall(
169-
resourceClass: WelcomeBonus::class,
170-
request: [
171-
'orderBy' => 'id',
172-
'orderByDirection' => 'asc',
173-
],
174-
);
168+
$response = $this->novaSearchResourceAPICall(WelcomeBonus::class);
175169

176170
$response->assertUnauthorized();
177171
}

0 commit comments

Comments
 (0)