Fix tests
continuous-integration/drone/push Build is failing Details

This commit is contained in:
philipp lang 2024-07-04 21:42:19 +02:00
parent ff40b9e805
commit d26bdd72fb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class SettingTest extends TestCase
{
$this->login()->loginNami();
$this->get('/setting/prevention')->assertComponent('prevention/Index')->assertOk();
$this->get('/setting/prevention')->assertComponent('setting/Prevention')->assertOk();
}
public function testItReceivesSettings(): void