Reduce the number of endpoints that expose auth_state

This commit is contained in:
Tim Head
2018-03-22 14:34:03 +01:00
parent 39f663d03c
commit 542c20065f
4 changed files with 19 additions and 18 deletions

View File

@@ -201,7 +201,6 @@ def test_get_users(app):
'admin': True,
'server': None,
'pending': None,
'auth_state': None,
},
{
'kind': 'user',
@@ -210,7 +209,6 @@ def test_get_users(app):
'admin': False,
'server': None,
'pending': None,
'auth_state': None,
}
]