update system health check

This commit is contained in:
Matthias 2022-02-13 20:38:05 +01:00
parent 27b0a012e0
commit b49d46af58
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -399,7 +399,8 @@ class TestStatus(TestCase):
"""
def test_check_system_healt(self):
self.assertTrue(status.check_system_health())
"""test that the system health check is false in testing -> background worker not running"""
self.assertEqual(status.check_system_health(), False)
def test_TestMode(self):
self.assertTrue(ready.isInTestMode())