mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
routes response refactoring
This commit is contained in:
@@ -64,7 +64,7 @@ class AdminPagesTest extends TestCase
|
||||
->patchJson('/api/admin/pages/terms-of-service', [
|
||||
'name' => 'title',
|
||||
'value' => 'New Title',
|
||||
])->assertStatus(204);
|
||||
])->assertStatus(200);
|
||||
|
||||
$this->assertDatabaseHas('pages', [
|
||||
'title' => 'New Title',
|
||||
|
||||
Reference in New Issue
Block a user