Python 3 chokes on this one. Whatever man.

This commit is contained in:
Vincent Driessen 2013-02-14 15:53:58 +01:00 committed by Alex Morega
parent 6eeee85cc3
commit 670a4e2a4e
1 changed files with 1 additions and 1 deletions

View File

@ -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)