| Index: dashboard/dashboard/namespaced_stored_object_test.py
|
| diff --git a/dashboard/dashboard/namespaced_stored_object_test.py b/dashboard/dashboard/namespaced_stored_object_test.py
|
| index eb0d6c58897b582ad7cb653ba38e6ff6a735ae48..4e1022fa58c83861658dd34e6a14fb4840e55d9b 100644
|
| --- a/dashboard/dashboard/namespaced_stored_object_test.py
|
| +++ b/dashboard/dashboard/namespaced_stored_object_test.py
|
| @@ -15,6 +15,7 @@ class NamespacedStoredObjectTest(testing_common.TestCase):
|
| super(NamespacedStoredObjectTest, self).setUp()
|
| testing_common.SetIsInternalUser('internal@chromium.org', True)
|
| testing_common.SetIsInternalUser('foo@chromium.org', False)
|
| + self.PatchDatastoreHooksRequest()
|
|
|
| def tearDown(self):
|
| super(NamespacedStoredObjectTest, self).tearDown()
|
|
|