discover-flask
discover-flask copied to clipboard
test cases using () deprecated
For example, self.assertTrue(current_user.is_active()) is used throughout tests. However, self.assertTrue(current_user.is_active) is the correct statement.
Link for reference: https://stackoverflow.com/questions/32750526/flask-login-raises-typeerror-bool-object-is-not-callable-when-trying-to-overr
Thanks
I would love resolving this issue if you allow ?
@RgnDunes sorry? not sure what you mean
Sorry commented in the wrong issue.