Pass a protocol to the TimedRunner constructor instead of a session.

This commit is contained in:
Josh Matthews 2020-04-20 12:58:50 -04:00
parent 34c3030ddd
commit a3587e608e
2 changed files with 2 additions and 2 deletions

View file

@ -345756,7 +345756,7 @@
[]
],
"executorservodriver.py": [
"425f40223f77535d4ea34d75790e8facce30f77a",
"2e47a22a9c92b4caada29db358c08104793d2770",
[]
],
"executorwebdriver.py": [

View file

@ -277,7 +277,7 @@ class ServoWebDriverRefTestExecutor(RefTestExecutor):
return ServoWebDriverRun(self.logger,
self._screenshot,
self.protocol.session,
self.protocol,
self.test_url(test),
timeout,
self.extra_timeout).run()