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

Unified Diff: appengine/findit/common/test/deps_parser_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: Update doc string. 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
« no previous file with comments | « appengine/findit/common/test/dependency_test.py ('k') | appengine/findit/crash/callstack_filters.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/common/test/deps_parser_test.py
diff --git a/appengine/findit/common/test/deps_parser_test.py b/appengine/findit/common/test/deps_parser_test.py
index 66affe412f802bff1205dcc312cb188990b4abea..eee639a2d21aad4c00d22d023e38c6eab4c0651a 100644
--- a/appengine/findit/common/test/deps_parser_test.py
+++ b/appengine/findit/common/test/deps_parser_test.py
@@ -375,7 +375,7 @@ class DepsParserTest(unittest.TestCase):
def _Test(target_os_list, expected_deps_tree_json):
root_dep = dependency.Dependency(
root_dep_path, root_dep_repo_url, root_dep_revision,
- root_dep_deps_file)
+ deps_file=root_dep_deps_file)
deps_parser.UpdateDependencyTree(
root_dep, target_os_list, DummyDEPSLoader(self))
« no previous file with comments | « appengine/findit/common/test/dependency_test.py ('k') | appengine/findit/crash/callstack_filters.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698