Commit 89e8180d authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

fix tests after buildout 3

parent 939a70fc
......@@ -1960,7 +1960,8 @@ echo %s; echo %s; exit 42""" % (line1, line2))
)
with httmock.HTTMock(computer.request_handler), \
patch.object(self.grid.logger, 'info',) as dummyLogger:
patch.object(self.grid.logger, 'info',) as dummyLogger, \
patch.object(self.grid.logger, 'debug',) as unusedLogger:
self.launchSlapgrid()
# reconstruct the string like logger does
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment