summaryrefslogtreecommitdiff
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorVincent Driessen <vincent@3rdcloud.com>2013-02-14 15:53:58 +0100
committerAlex Morega <alex@grep.ro>2013-08-05 15:12:17 +0300
commit670a4e2a4ebdb6be97ff9776f53cf70446013fa5 (patch)
tree8a9e76f265652170e4d63982bfa9d18b59e7d711 /tests/__init__.py
parent6eeee85cc3f34a1f8b3edebbe358d59ba0b8e4c8 (diff)
downloadrq-670a4e2a4ebdb6be97ff9776f53cf70446013fa5.tar.gz
Python 3 chokes on this one. Whatever man.
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
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)