Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
Valdnet 2021-05-04 11:38:45 +02:00 committed by backportbot[bot]
parent e80a5a0ee0
commit ae99737d95
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class MaintenancePluginTest extends TestCase {
public function testMaintenanceMode() {
$this->expectException(\Sabre\DAV\Exception\ServiceUnavailable::class);
$this->expectExceptionMessage('System in maintenance mode.');
$this->expectExceptionMessage('System is in maintenance mode.');
$this->config
->expects($this->exactly(1))