| Index: unittests/package_test.py
|
| diff --git a/unittests/package_test.py b/unittests/package_test.py
|
| index 51a1b35a63fc088e5cf8bc4a87c815a994c03d45..353752ba788ca2b4ff442db3e0956472e9c64709 100755
|
| --- a/unittests/package_test.py
|
| +++ b/unittests/package_test.py
|
| @@ -384,6 +384,7 @@ class TestPackageSpec(MockIOThings, unittest.TestCase):
|
| api_version: 1
|
| project_id: "super_main_package"
|
| recipes_path: "path/to/recipes"
|
| +canonical_base_url: "https://bobbie.example.com"
|
| deps {
|
| project_id: "bar"
|
| url: "https://repo.com/bar.git"
|
|
|