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

Unified Diff: appengine/findit/crash/test/fracas_crash_pipeline_test.py

Issue 1950123003: [Findit] Fetch DEPS from buildspec/ instead of trunk for chrome official builds. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 7 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/crash/test/fracas_crash_pipeline_test.py
diff --git a/appengine/findit/crash/test/fracas_crash_pipeline_test.py b/appengine/findit/crash/test/fracas_crash_pipeline_test.py
index 36a14479a984f7c745d7a846d0df139efff6b5e5..5563ea6d55db779dff2d66e534eb3e80ac25fc49 100644
--- a/appengine/findit/crash/test/fracas_crash_pipeline_test.py
+++ b/appengine/findit/crash/test/fracas_crash_pipeline_test.py
@@ -156,8 +156,7 @@ class FracasCrashPipelineTest(CrashTestCase):
self.assertEqual(1, len(analyzed_crashes))
self.assertEqual(
- (channel, platform, signature, stack_trace,
- chrome_version, historic_metadata),
+ (signature, platform, stack_trace, chrome_version, historic_metadata),
analyzed_crashes[0])
analysis = FracasCrashAnalysis.Get(crash_identifiers)

Powered by Google App Engine
This is Rietveld 408576698