Fix broken stub in tests.

This commit is contained in:
Vincent Driessen 2014-05-21 10:04:49 +02:00
parent 6644872273
commit eb469f8da0
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ from tests import RQTestCase
class FakeSentry(object):
servers = []
def captureException(self, *args, **kwds):
pass # we cannot check this, because worker forks