Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable response is used before it is defined #396

Closed
PauloVitorRocha opened this issue Apr 6, 2021 · 0 comments
Closed

Variable response is used before it is defined #396

PauloVitorRocha opened this issue Apr 6, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@PauloVitorRocha
Copy link
Contributor

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:

  1. 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
image

Please, tell us which device/browser is used when finding the bug):

  • All devices
@PauloVitorRocha PauloVitorRocha added the bug Something isn't working label Apr 6, 2021
@PauloVitorRocha PauloVitorRocha self-assigned this Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants