Fixed tests
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2024-08-01 12:13:02 +02:00
parent 69bfcf6c37
commit 7095c6ee22
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ class FileshareIndexActionTest extends FileshareTestCase
{ {
$this->withoutExceptionHandling()->login()->loginNami(); $this->withoutExceptionHandling()->login()->loginNami();
$this->get('/setting/fileshare')->assertComponent('fileshare/Index'); $this->get('/setting/fileshare')->assertComponent('setting/Fileshare');
} }
} }