Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1887)

Unified Diff: dashboard/dashboard/models/internal_only_model_test.py

Issue 2356993002: Revert of Add request-level caching for privileged queries. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dashboard/dashboard/list_tests_test.py ('k') | dashboard/dashboard/namespaced_stored_object_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « dashboard/dashboard/list_tests_test.py ('k') | dashboard/dashboard/namespaced_stored_object_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698