You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Response variable is used before it is defined causing the tests to crash.
To reproduce the bug
Steps to reproduce the behavior:
On file tests.py from Jandig/src/ARte/users/tests.py in 'test_redirect_to_recover_password_page' method, response variable is used before it is defined as it can be stated on the image below.
Expected behavior
The variable response should be defined before being used.
Screenshots
Please, tell us which device/browser is used when finding the bug):
All devices
The text was updated successfully, but these errors were encountered:
Describe the bug
Response variable is used before it is defined causing the tests to crash.
To reproduce the bug
Steps to reproduce the behavior:
Expected behavior
The variable response should be defined before being used.
Screenshots
Please, tell us which device/browser is used when finding the bug):
The text was updated successfully, but these errors were encountered: