Fix password unit test - This test currently doesn't fail if user.password returns a value. Using pytest.raises fails the test if AttributeError is not raised.
Notes for Deployment
None!
Screenshots (if appropriate)
N/A
Tests and Linting
[x] This branch is up-to-date with the develop branch.
[x] pytest passes on my local development environment.
[x] pre-commit passes on my local development environment.
Description of Changes
user.password
returns a value. Usingpytest.raises
fails the test if AttributeError is not raised.Notes for Deployment
None!
Screenshots (if appropriate)
N/A
Tests and Linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.