We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caf73f commit 304fddbCopy full SHA for 304fddb
tests/Feature/Importing/Api/ImportAssetModelsTest.php
@@ -36,17 +36,7 @@ public function testRequiresPermission()
36
37
$this->importFileResponse(['import' => 44])->assertForbidden();
38
}
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
+
50
#[Test]
51
public function importAssetModels(): void
52
{
0 commit comments