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 975c7be97d5dde743d16777199c886f91598a299..caa46452eb236fe64bc48e62318a157c850d72b2 100755 |
--- a/chrome/common/extensions/docs/server2/redirector_test.py |
+++ b/chrome/common/extensions/docs/server2/redirector_test.py |
@@ -202,7 +202,7 @@ class RedirectorTest(unittest.TestCase): |
# the cron run. Returns strings parsed as JSON. |
# TODO(jshumway): Make a non hack version of this check. |
self._redirector._cache._file_object_store.Get( |
- path).Get()._cache_data) |
+ path).Get().cache_data) |
def testDirectoryRedirection(self): |
# Simple redirect. |