optimizations
This commit is contained in:
@@ -39,5 +39,5 @@ test('approval filtering works via approved scope', function () {
|
||||
});
|
||||
|
||||
test('admin routes are protected from unauthenticated users', function () {
|
||||
$this->get('/admin/artworks')->assertRedirect('/login');
|
||||
$this->get('/admin/artworks')->assertNotFound();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user