| Index: dashboard/dashboard/list_tests_test.py
|
| diff --git a/dashboard/dashboard/list_tests_test.py b/dashboard/dashboard/list_tests_test.py
|
| index 2beb5266f2433f9be8ea4fa89f07d7e91bb74574..f9d827c62b8659d126d5e7f81711fad4d2e5880b 100644
|
| --- a/dashboard/dashboard/list_tests_test.py
|
| +++ b/dashboard/dashboard/list_tests_test.py
|
| @@ -29,6 +29,7 @@ class ListTestsTest(testing_common.TestCase):
|
| self.UnsetCurrentUser()
|
| testing_common.SetIsInternalUser('internal@chromium.org', True)
|
| testing_common.SetIsInternalUser('foo@chromium.org', False)
|
| + self.PatchDatastoreHooksRequest()
|
|
|
| def _AddSampleData(self):
|
| testing_common.AddTests(
|
|
|