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

Unified Diff: chrome/common/extensions/docs/server2/redirector_test.py

Issue 575613003: Docserver: Gitiles auth and cron refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: chrome/common/extensions/docs/server2/redirector_test.py
diff --git a/chrome/common/extensions/docs/server2/redirector_test.py b/chrome/common/extensions/docs/server2/redirector_test.py
index caa46452eb236fe64bc48e62318a157c850d72b2..0588a9d3cd33b34bdbb02812595debbdf7c00417 100755
--- a/chrome/common/extensions/docs/server2/redirector_test.py
+++ b/chrome/common/extensions/docs/server2/redirector_test.py
@@ -185,8 +185,8 @@ class RedirectorTest(unittest.TestCase):
'https://developer.chrome.com/',
self._redirector.Redirect('https://code.google.com', ''))
- def testCron(self):
- self._redirector.Cron().Get()
+ def testRefresh(self):
+ self._redirector.Refresh().Get()
expected_paths = set([
'redirects.json',
« no previous file with comments | « chrome/common/extensions/docs/server2/redirector.py ('k') | chrome/common/extensions/docs/server2/refresh_servlet.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698