| Index: chrome/common/extensions/docs/server2/template_data_source_test.py
|
| diff --git a/chrome/common/extensions/docs/server2/template_data_source_test.py b/chrome/common/extensions/docs/server2/template_data_source_test.py
|
| index 7a84bd60d2d2a65c13db521e5595f63faf9e9da7..fe1482f8ce994e9a917a2d2781d9eb17260cb037 100755
|
| --- a/chrome/common/extensions/docs/server2/template_data_source_test.py
|
| +++ b/chrome/common/extensions/docs/server2/template_data_source_test.py
|
| @@ -54,7 +54,7 @@ class TemplateDataSourceTest(unittest.TestCase):
|
| cache_builder,
|
| '.',
|
| '.')
|
| - .Create(_FakeRequest()))
|
| + .Create(_FakeRequest(), 'fake_branch'))
|
|
|
| def testSimple(self):
|
| self._base_path = os.path.join(self._base_path, 'simple')
|
|
|