| Index: chrome/common/extensions/docs/server2/app_yaml_helper_test.py
|
| diff --git a/chrome/common/extensions/docs/server2/app_yaml_helper_test.py b/chrome/common/extensions/docs/server2/app_yaml_helper_test.py
|
| index c6fad04d72a6041f38962999346c6cb353a8c741..3e51f6858495a24b7aa9fe3c4083e56539b10b1b 100755
|
| --- a/chrome/common/extensions/docs/server2/app_yaml_helper_test.py
|
| +++ b/chrome/common/extensions/docs/server2/app_yaml_helper_test.py
|
| @@ -92,7 +92,7 @@ class AppYamlHelperTest(unittest.TestCase):
|
| self.assertEqual('master', branch)
|
| self.assertTrue(commit is not None)
|
| return MockFileSystem.Create(
|
| - TestFileSystem(test_data, relative_to=SERVER2), updates[:commit])
|
| + TestFileSystem(test_data, relative_to=SERVER2), updates[:int(commit)])
|
|
|
| object_store_creator = ObjectStoreCreator.ForTest()
|
| host_file_system_provider = HostFileSystemProvider(
|
|
|