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

Unified Diff: unittests/package_test.py

Issue 2728303004: [package.proto] add canonical_base_url field. (Closed)
Patch Set: spaces Created 3 years, 9 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 | « recipe_engine/result_pb2.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « recipe_engine/result_pb2.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698