summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py
index ff560ef342..3766a994f2 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -281,7 +281,6 @@ class MemoryDataStore(object):
         try:
             return {
                 "name": self.tokens_to_users[token],
-                "admin": 0,
             }
         except:
             raise StoreError(400, "User does not exist.")