diff --git a/tests/__init__.py b/tests/__init__.py index 688c11f..ac66204 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -53,7 +53,7 @@ class RQTestCase(unittest.TestCase): cls.testconn = testconn # Shut up logging - logging.disable("ERROR") + logging.disable(logging.ERROR) def setUp(self): # Flush beforewards (we like our hygiene)