Security: don't log subclient token.

This commit is contained in:
2016-04-12 16:05:37 +02:00
parent aeee165ad8
commit bd8e0e56a4
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ class BlenderIdSubclientTest(AbstractPillarTest):
user_info = json.loads(resp.data) # {'status': 'success', 'subclient_user_id': '...'}
self.assertEqual('success', user_info['status'])
# Check that the user was correctly updated
with self.app.test_request_context():
users = self.app.data.driver.db['users']