Tests fixed.

This commit is contained in:
Nicholas Staples
2016-02-11 16:04:50 +00:00
parent dbdd689f8d
commit 92b0d74a25

View File

@@ -36,8 +36,6 @@ def sign_in():
def _get_and_verify_user(user, password):
print(user.serialize())
print(password)
if not user:
return None
elif user.is_locked():