Removed duplicate status check

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-11 15:23:59 +01:00
parent 82743abadc
commit 9e9b07f10f

View file

@ -32,7 +32,6 @@ class IndexCategoriesTest extends TestCase
'limit' => '20', 'limit' => '20',
])) ]))
->assertOk() ->assertOk()
->assertOk()
->assertJsonStructure([ ->assertJsonStructure([
'total', 'total',
'rows', 'rows',