| Index: appengine/findit/waterfall/test/run_try_job_for_reliable_failure_pipeline_test.py
|
| diff --git a/appengine/findit/waterfall/test/run_try_job_for_reliable_failure_pipeline_test.py b/appengine/findit/waterfall/test/run_try_job_for_reliable_failure_pipeline_test.py
|
| index 338cd464f5d1b58363d3216095a95bc61aedbc01..5d2edb9e88f02a91b38f7d513f9cbc0cdc563df9 100644
|
| --- a/appengine/findit/waterfall/test/run_try_job_for_reliable_failure_pipeline_test.py
|
| +++ b/appengine/findit/waterfall/test/run_try_job_for_reliable_failure_pipeline_test.py
|
| @@ -4,7 +4,7 @@
|
|
|
| from testing_utils import testing
|
|
|
| -from model import wf_analysis_status
|
| +from model import analysis_status
|
| from waterfall import run_try_job_for_reliable_failure_pipeline
|
| from waterfall.run_try_job_for_reliable_failure_pipeline import (
|
| RunTryJobForReliableFailurePipeline)
|
| @@ -59,7 +59,7 @@ class _MockTryJobPipeline(object):
|
| def __init__(self, *_):
|
| pass
|
|
|
| - def start(self, *_):
|
| + def start(self, *_, **__):
|
| _MockTryJobPipeline.STARTED = True
|
|
|
| @property
|
|
|