Skip to content

Commit b191d99

Browse files
committed
- small fixes
1 parent 1f848aa commit b191d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/features/LogsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function cant_view_if_file_exceeds_limit()
6161

6262
$this->get(route('system.logs.show', $this->log, false))
6363
->assertJsonStructure(['message'])
64-
->assertStatus(555);
64+
->assertStatus(488);
6565
}
6666

6767
/** @test */

0 commit comments

Comments
 (0)