Fix broken stub in tests.

main
Vincent Driessen 11 years ago
parent 6644872273
commit eb469f8da0

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

Loading…
Cancel
Save