| 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):
|
|
|