mirror of https://github.com/rq/rq.git
Fix broken stub in tests.
This commit is contained in:
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…
Reference in New Issue