summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/server2/fake_fetchers.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/server2/fake_fetchers.py')
-rw-r--r--chrome/common/extensions/docs/server2/fake_fetchers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/server2/fake_fetchers.py b/chrome/common/extensions/docs/server2/fake_fetchers.py
index b56a7f4..1c5cb20 100644
--- a/chrome/common/extensions/docs/server2/fake_fetchers.py
+++ b/chrome/common/extensions/docs/server2/fake_fetchers.py
@@ -137,8 +137,8 @@ def ConfigureFakeFetchers():
'''Configure the fake fetcher paths relative to the docs directory.
'''
appengine_wrappers.ConfigureFakeUrlFetch({
+ url_constants.OMAHA_HISTORY: _FakeOmahaHistory(),
url_constants.OMAHA_PROXY_URL: _FakeOmahaProxy(),
- re.escape(url_constants.OMAHA_DEV_HISTORY): _FakeOmahaHistory(),
'%s/.*' % url_constants.SVN_URL: _FakeSubversionServer(),
'%s/.*' % url_constants.VIEWVC_URL: _FakeViewvcServer(),
'%s/.*/commits/.*' % url_constants.GITHUB_REPOS: _FakeGithubStat(),