mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Removed unused test
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
1caf73f9da
commit
304fddb1d1
|
@ -37,16 +37,6 @@ class ImportAssetModelsTest extends ImportDataTestCase implements TestsPermissio
|
|||
$this->importFileResponse(['import' => 44])->assertForbidden();
|
||||
}
|
||||
|
||||
#[Test]
|
||||
public function userWithImportAssetsPermissionCanImportUsers(): void
|
||||
{
|
||||
$this->actingAsForApi(User::factory()->canImport()->create());
|
||||
|
||||
$import = Import::factory()->users()->create();
|
||||
|
||||
$this->importFileResponse(['import' => $import->id])->assertOk();
|
||||
}
|
||||
|
||||
#[Test]
|
||||
public function importAssetModels(): void
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue