mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
FFS
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
ea990a5381
commit
3159fdec9f
|
@ -34,14 +34,6 @@ class DeleteUserTest extends TestCase
|
||||||
->assertStatus(302)
|
->assertStatus(302)
|
||||||
->assertRedirect(route('users.index'));
|
->assertRedirect(route('users.index'));
|
||||||
|
|
||||||
$this->actingAs($superuser)
|
|
||||||
->post(route('users.email', ['userId' => $userFromA->id]))
|
|
||||||
->assertStatus(302);
|
|
||||||
|
|
||||||
$this->actingAs($superuser)
|
|
||||||
->post(route('users.email', ['userId' => $userFromB->id]))
|
|
||||||
->assertStatus(302);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue