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

Unified Diff: appengine/components/components/config/remote_test.py

Issue 1224913002: luci-config: fine-grained acls (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: identities in configs Created 5 years, 5 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/components/components/config/remote_test.py
diff --git a/appengine/components/components/config/remote_test.py b/appengine/components/components/config/remote_test.py
index 8ab48dfb6d9df51ab952751114c317ca8fd7a1c9..dc682c844e3153887360897b3107b05405297621 100755
--- a/appengine/components/components/config/remote_test.py
+++ b/appengine/components/components/config/remote_test.py
@@ -143,7 +143,7 @@ class RemoteTestCase(test_case.TestCase):
self.assertEqual(r, 'http://example.com')
net.json_request_async.assert_called_once_with(
'https://luci-config.appspot.com/_ah/api/config/v1/mapping',
- scopes='https://www.googleapis.com/auth/userinfo.email',
+ scopes=net.EMAIL_SCOPE,
params={'config_set': 'services/abc'})
def test_cron_update_last_good_configs(self):
« no previous file with comments | « appengine/components/components/config/remote.py ('k') | appengine/components/components/config/validation.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698