Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: appengine/findit/waterfall/test/run_try_job_for_reliable_failure_pipeline_test.py

Issue 1866883002: [Findit] A huge refactoring and some bug fixing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nit. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698