From 5015aecd7e0af8dcaca0fa8eab269fe2adc8d133 Mon Sep 17 00:00:00 2001 From: Aaron Whitehouse Date: Sun, 27 Mar 2022 20:35:24 +0100 Subject: [PATCH] change name of test_two_warnings_daily to be more accurate --- tests/0_monitoring_tests/test_monitoring.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/0_monitoring_tests/test_monitoring.py b/tests/0_monitoring_tests/test_monitoring.py index 5e30597..ae42c4a 100644 --- a/tests/0_monitoring_tests/test_monitoring.py +++ b/tests/0_monitoring_tests/test_monitoring.py @@ -130,8 +130,8 @@ class TestsWithZpool(unittest.TestCase): self.assertEqual(return_info.stdout[-29:], b"s old (should be < 6h 0m 0s)\n") self.assertEqual(return_info.returncode, 2) - def test_two_warnings_daily(self): - """Test two warnings (daily), to check output and error status""" + def test_two_criticals_hourly_two_warnings_daily(self): + """Test two criticals (hourly) and two warnings (daily), to check output and error status""" run_sanoid_cron_command()