diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-05-04 11:38:45 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2021-05-05 11:02:10 +0000 |
commit | ae99737d956b5113f597b8f3a0159381764f5445 (patch) | |
tree | 09df8ba0cb4443eaf1c8c10f6143b7cf0677dec9 /apps/dav/tests/unit | |
parent | e80a5a0ee0d186454a8e8be4b5d9be4dae5820b5 (diff) | |
download | nextcloud-server-ae99737d956b5113f597b8f3a0159381764f5445.tar.gz nextcloud-server-ae99737d956b5113f597b8f3a0159381764f5445.zip |
Fix test
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/dav/tests/unit')
-rw-r--r-- | apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php b/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php index 94bd1bb0b37..afef4e91414 100644 --- a/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php @@ -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)) |