Skip to content
Snippets Groups Projects
Commit ae99737d authored by Valdnet's avatar Valdnet Committed by backportbot[bot]
Browse files
parent e80a5a0e
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment