| Index: dashboard/dashboard/models/internal_only_model_test.py
|
| diff --git a/dashboard/dashboard/models/internal_only_model_test.py b/dashboard/dashboard/models/internal_only_model_test.py
|
| index d61f3cd2be5b2252f71c5f9f92e7b1e2d4b0f650..c7e106cd8c5dfdee25ffc6c307b21c10bdfb5f42 100644
|
| --- a/dashboard/dashboard/models/internal_only_model_test.py
|
| +++ b/dashboard/dashboard/models/internal_only_model_test.py
|
| @@ -33,7 +33,6 @@
|
| super(InternalOnlyModelTest, self).setUp()
|
| testing_common.SetIsInternalUser('x@google.com', True)
|
| testing_common.SetIsInternalUser('x@foo.com', False)
|
| - self.PatchDatastoreHooksRequest()
|
|
|
| def testInternalOnlyModel_InternalUser_EntityFetched(self):
|
| key = InternalOnlyModelExample(internal_only=True).put()
|
|
|