diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-05-04 11:38:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 11:38:45 +0200 |
commit | 4df8fec0c344e6e1b6058256c30123e6dd8d0b4a (patch) | |
tree | af28717f819673ab9e2fed3903f4a8bf9a17d8b3 /apps/dav/tests | |
parent | 48d12b6441d36e7f4e8d25fb28c2dda9c8d0ea84 (diff) | |
download | nextcloud-server-4df8fec0c344e6e1b6058256c30123e6dd8d0b4a.tar.gz nextcloud-server-4df8fec0c344e6e1b6058256c30123e6dd8d0b4a.zip |
Fix test
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/dav/tests')
-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)) |