| Index: chrome/common/extensions/docs/server2/patch_servlet_test.py
|
| ===================================================================
|
| --- chrome/common/extensions/docs/server2/patch_servlet_test.py (revision 202781)
|
| +++ chrome/common/extensions/docs/server2/patch_servlet_test.py (working copy)
|
| @@ -46,7 +46,7 @@
|
| patched_response.headers.pop('cache-control', None)
|
| unpatched_response.headers.pop('cache-control', None)
|
| patched_content = patched_response.content.ToString().replace(
|
| - '/_patch/%s/static/' % issue, '/static/')
|
| + '/_patch/%s/' % issue, '/')
|
| unpatched_content = unpatched_response.content.ToString()
|
|
|
| self.assertEqual(patched_response.status, unpatched_response.status)
|
|
|