summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_check_volume_status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_check_volume_status.py b/tests/test_check_volume_status.py
index f916174..c1ffa32 100644
--- a/tests/test_check_volume_status.py
+++ b/tests/test_check_volume_status.py
@@ -61,7 +61,7 @@ class TestCheckVolumeStatus(TestCaseBase):
exitStatusCode, exitStatusMsg = (check_volume_status
.getVolumeQuotaStatus(args))
assert exitStatusCode == utils.PluginStatusCode.CRITICAL
- self.assertEqual("QUOTA:hard limit exceeded on dir1, dir2; "
+ self.assertEqual("QUOTA:hard limit reached on dir1, dir2; "
"soft limit exceeded on dir3", exitStatusMsg)
mock_volumeQuotaStatus.return_value = _getQuotaStatusOk()
exitStatusCode, exitStatusMsg = (check_volume_status