| Index: appengine/findit/waterfall/test/swarming_tasks_to_try_job_pipeline_test.py
|
| diff --git a/appengine/findit/waterfall/test/swarming_tasks_to_try_job_pipeline_test.py b/appengine/findit/waterfall/test/swarming_tasks_to_try_job_pipeline_test.py
|
| index 6c1b6b9f84e3f9f8e22ab28889d0a721c58344c9..04218101e28bad0541d469c3fc9f6420d8097f2e 100644
|
| --- a/appengine/findit/waterfall/test/swarming_tasks_to_try_job_pipeline_test.py
|
| +++ b/appengine/findit/waterfall/test/swarming_tasks_to_try_job_pipeline_test.py
|
| @@ -217,7 +217,7 @@ class SwarmingTasksToTryJobPipelineTest(wf_testcase.WaterfallTestCase):
|
| expected_suspected_cl = {
|
| 'revision': 'rev2',
|
| 'commit_position': '2',
|
| - 'review_url': 'url_2',
|
| + 'url': 'url_2',
|
| 'repo_name': 'chromium'
|
| }
|
|
|
| @@ -352,7 +352,7 @@ class SwarmingTasksToTryJobPipelineTest(wf_testcase.WaterfallTestCase):
|
| expected_suspected_cl = {
|
| 'revision': 'rev1',
|
| 'commit_position': '1',
|
| - 'review_url': 'url_1',
|
| + 'url': 'url_1',
|
| 'repo_name': 'chromium'
|
| }
|
|
|
|
|