| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater_unittest.py
|
| index 5c329fa9e8499171edf2b3ef6a7c52bb8ebb82f0..b705cdef49291f6f83657cf49763eb6eb4c853f2 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater_unittest.py
|
| @@ -426,8 +426,7 @@ class WPTExpectationsUpdaterTest(LoggingTestCase):
|
| self.assertLog(['ERROR: No issue on current branch.\n'])
|
|
|
| def test_run_no_try_results(self):
|
| - host = self.mock_host()
|
| - updater = WPTExpectationsUpdater(host)
|
| + updater = WPTExpectationsUpdater(self.mock_host())
|
| updater.get_latest_try_jobs = lambda: []
|
| self.assertEqual(1, updater.run(args=[]))
|
| self.assertLog(['ERROR: No try job information was collected.\n'])
|
|
|