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

Unified Diff: appengine/auth_service/config_test.py

Issue 2164733003: auth: Keep audit log of all generated delegation tokens. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: auth: Keep audit log of all generates delegation tokens. Created 4 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
« no previous file with comments | « appengine/auth_service/config.py ('k') | appengine/auth_service/delegation.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/auth_service/config_test.py
diff --git a/appengine/auth_service/config_test.py b/appengine/auth_service/config_test.py
index 8396dc577f9c4e635480d7a9ba5ae90ea7bb4b33..a1f63a8fff8b0b25b2a662461a61efd4911c6af7 100755
--- a/appengine/auth_service/config_test.py
+++ b/appengine/auth_service/config_test.py
@@ -441,7 +441,7 @@ class ConfigTest(test_case.TestCase):
raise ndb.Return(('imports_cfg_rev', 'bad config'))
self.mock(config_component, 'get_self_config_async', get_self_config_mock)
self.mock(config, '_get_configs_url', lambda: 'http://url')
- with self.assertRaises(config_component.CannotLoadConfigError):
+ with self.assertRaises(config.CannotLoadConfigError):
config._fetch_configs(['imports.cfg'])
def test_gitiles_url(self):
« no previous file with comments | « appengine/auth_service/config.py ('k') | appengine/auth_service/delegation.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698