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

Unified Diff: appengine/swarming/swarming_bot/bot_code/bot_main_test.py

Issue 2969513002: Add a default Isolate gRPC proxy in config (Closed)
Patch Set: Fix problem in tests Created 3 years, 6 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/swarming_bot/bot_code/bot_main_test.py
diff --git a/appengine/swarming/swarming_bot/bot_code/bot_main_test.py b/appengine/swarming/swarming_bot/bot_code/bot_main_test.py
index 232a9617e649a75bd36f19d4dc9699885d5ee3fe..8f1f9d85ec15e3237f296cb4a700e4c67ba15ebd 100755
--- a/appengine/swarming/swarming_bot/bot_code/bot_main_test.py
+++ b/appengine/swarming/swarming_bot/bot_code/bot_main_test.py
@@ -310,7 +310,7 @@ class TestBotMain(TestBotBase):
self.mock(logging, 'error', lambda *_, **_kw: None)
self.mock(
bot_main, 'get_config',
- lambda: {'server': self.url, 'server_version': '1', 'is_grpc': False})
+ lambda: {'server': self.url, 'server_version': '1'})
expected_attribs = bot_main.get_attributes(None)
self.expected_requests(
[
@@ -405,8 +405,6 @@ class TestBotMain(TestBotBase):
self.mock(
bot_main, 'get_config',
lambda: {
- 'enable_ts_monitoring': False,
- 'is_grpc': False,
'server': self.url,
'server_version': '1',
})
« no previous file with comments | « appengine/swarming/swarming_bot/bot_code/bot_main.py ('k') | appengine/swarming/swarming_bot/bot_code/remote_client.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698