mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
added guest_search_file, guest_try_search_non_shared_user_file test
This commit is contained in:
@@ -247,7 +247,7 @@ class ShareTest extends TestCase
|
||||
'is_protected' => 0,
|
||||
]);
|
||||
|
||||
$this->get("/api/shared/$share->token")
|
||||
$this->get("/api/browse/shared/$share->token")
|
||||
->assertStatus(200)
|
||||
->assertExactJson([
|
||||
'data' => [
|
||||
@@ -273,7 +273,7 @@ class ShareTest extends TestCase
|
||||
*/
|
||||
public function it_get_deleted_shared_record()
|
||||
{
|
||||
$this->get("/api/shared/19ZMPNiass4ZqWwQ")
|
||||
$this->get("/api/browse/shared/19ZMPNiass4ZqWwQ")
|
||||
->assertNotFound();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user