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

Unified Diff: appengine/swarming/handlers_endpoints_test.py

Issue 2404883002: Add links to MP and resolve minor fixes (Closed)
Patch Set: Address easy 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
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..c25f49b973987e2dc6de875a300de1f0b910a22d 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_prefix': '',
+ 'milo_prefix': '',
+ 'sk_revision_prefix': '',
'server_version': utils.get_app_version(),
'bot_version': bot_code.get_bot_version('https://testbed.example.com'),
}, response.json)

Powered by Google App Engine
This is Rietveld 408576698