| 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')
|
|
|