diff options
Diffstat (limited to 'apps/settings/tests/Controller/CertificateControllerTest.php')
-rw-r--r-- | apps/settings/tests/Controller/CertificateControllerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings/tests/Controller/CertificateControllerTest.php b/apps/settings/tests/Controller/CertificateControllerTest.php index a04906a6811..0259868321d 100644 --- a/apps/settings/tests/Controller/CertificateControllerTest.php +++ b/apps/settings/tests/Controller/CertificateControllerTest.php @@ -193,5 +193,4 @@ class CertificateControllerTest extends \Test\TestCase { $this->assertEquals(new DataResponse(), $this->certificateController->removePersonalRootCertificate('CertificateToRemove')); } - } |