mirror of
https://github.com/wassname/flask-security.git
synced 2026-08-07 11:22:21 +08:00
Remove print statement
This commit is contained in:
@@ -257,7 +257,6 @@ class ConfiguredSecurityTests(SecurityTest):
|
||||
data='{ "email": "dude@lp.com", "password": "password" }',
|
||||
content_type='application/json')
|
||||
data = json.loads(r.data)
|
||||
print data
|
||||
self.assertEquals(data['meta']['code'], 200)
|
||||
self.assertIn('authentication_token', data['response']['user'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user