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

Unified Diff: appengine/swarming/handlers_endpoints_test.py

Issue 2404883002: Add links to MP and resolve minor fixes (Closed)
Patch Set: Address Polymer comments Created 4 years, 2 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/swarming/handlers_endpoints.py ('k') | appengine/swarming/proto/bots_pb2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/handlers_endpoints_test.py
diff --git a/appengine/swarming/handlers_endpoints_test.py b/appengine/swarming/handlers_endpoints_test.py
index dacf26d1080dfef5ab51989e506f399d2035ffa1..a08ebb9d9ceec610e5ded83fb914834ab5e38d80 100755
--- a/appengine/swarming/handlers_endpoints_test.py
+++ b/appengine/swarming/handlers_endpoints_test.py
@@ -70,6 +70,9 @@ class ServerApiTest(BaseTest):
"""Asserts that server_details returns the correct version."""
response = self.call_api('details')
self.assertEqual({
+ 'machine_provider_template':
+ u'https://machine-provider.appspot.com/leases/%s',
+ 'display_server_url_template': '',
'server_version': utils.get_app_version(),
'bot_version': bot_code.get_bot_version('https://testbed.example.com'),
}, response.json)
« no previous file with comments | « appengine/swarming/handlers_endpoints.py ('k') | appengine/swarming/proto/bots_pb2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698