Unverified Commit 077832bc authored by Ahmed Hamid Awan's avatar Ahmed Hamid Awan Committed by GitHub
Browse files

Update test/unit/app/managers/test_UserManager.py



Co-authored-by: default avatarJohn Davis <jdavcs@gmail.com>
parent 9727b884
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ class TestUserManager(BaseTestCase):
        self.user_manager.delete(user)
        assert user.deleted is True
        message = self.user_manager.send_reset_email(self.trans, {"email": user_email})
        assert message == None
        assert message is None

    def test_get_user_by_identity(self):
        # return None if username/email not found