There was an error while loading. Please reload this page.
1 parent 1f848aa commit b191d99Copy full SHA for b191d99
tests/features/LogsTest.php
@@ -61,7 +61,7 @@ public function cant_view_if_file_exceeds_limit()
61
62
$this->get(route('system.logs.show', $this->log, false))
63
->assertJsonStructure(['message'])
64
- ->assertStatus(555);
+ ->assertStatus(488);
65
}
66
67
/** @test */
0 commit comments