diff options
-rw-r--r-- | apps/user_ldap/tests/Settings/SectionTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/Settings/SectionTest.php b/apps/user_ldap/tests/Settings/SectionTest.php index ae780dd7665..5f565e89933 100644 --- a/apps/user_ldap/tests/Settings/SectionTest.php +++ b/apps/user_ldap/tests/Settings/SectionTest.php @@ -68,7 +68,7 @@ class SectionTest extends TestCase { public function testGetIcon() { $this->url->expects($this->once()) ->method('imagePath') - ->with('user_ldap', 'app.svg') + ->with('user_ldap', 'app-dark.svg') ->willReturn('icon'); $this->assertSame('icon', $this->section->getIcon()); |