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

Unified Diff: client/tests/isolate_storage_test.py

Issue 2969463002: Use config.json to enable Isolated gRPC proxy (Closed)
Patch Set: Fix pylint errors 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
« no previous file with comments | « client/isolateserver.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/isolate_storage_test.py
diff --git a/client/tests/isolate_storage_test.py b/client/tests/isolate_storage_test.py
index e26e4ff750f3fcad43a2e10906853c7fe3a97fcf..14e3e1e1350205bd35d3dc4d913cb04bc184d145 100755
--- a/client/tests/isolate_storage_test.py
+++ b/client/tests/isolate_storage_test.py
@@ -59,9 +59,9 @@ def raiseError(code):
class IsolateStorageTest(auto_stub.TestCase):
def get_server(self):
- os.environ['ISOLATED_GRPC_PROXY'] = 'https://luci.com/client/bob'
return isolate_storage.IsolateServerGrpc('https://luci.appspot.com',
- 'default-gzip')
+ 'default-gzip',
+ 'https://luci.com/client/bob')
def testFetchHappySimple(self):
"""Fetch: if we get a few chunks with the right offset, everything works"""
« no previous file with comments | « client/isolateserver.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698