Skip to content

Commit 304fddb

Browse files
committed
Removed unused test
Signed-off-by: snipe <[email protected]>
1 parent 1caf73f commit 304fddb

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

tests/Feature/Importing/Api/ImportAssetModelsTest.php

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,7 @@ public function testRequiresPermission()
3636

3737
$this->importFileResponse(['import' => 44])->assertForbidden();
3838
}
39-
40-
#[Test]
41-
public function userWithImportAssetsPermissionCanImportUsers(): void
42-
{
43-
$this->actingAsForApi(User::factory()->canImport()->create());
44-
45-
$import = Import::factory()->users()->create();
46-
47-
$this->importFileResponse(['import' => $import->id])->assertOk();
48-
}
49-
39+
5040
#[Test]
5141
public function importAssetModels(): void
5242
{

0 commit comments

Comments
 (0)