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

Unified Diff: server/autotest_unittest.py

Issue 6883035: Merge remote branch 'autotest-upstream/master' into autotest-merge (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 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: server/autotest_unittest.py
diff --git a/server/autotest_unittest.py b/server/autotest_unittest.py
index 04023e94682cbe8b5e644afe294e621b96e6838d..28519705c275761fbaef096921aeb8a11fd8ce84 100755
--- a/server/autotest_unittest.py
+++ b/server/autotest_unittest.py
@@ -205,7 +205,7 @@ class TestBaseAutotest(unittest.TestCase):
c = autotest.global_config.global_config
c.get_config_value.expect_call("PACKAGES",
- 'fetch_location', type=list).and_return(['repo'])
+ 'fetch_location', type=list, default=[]).and_return(['repo'])
pkgmgr = packages.PackageManager.expect_new('autotest',
repo_urls=['repo'],
hostname='hostname')

Powered by Google App Engine
This is Rietveld 408576698