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
Functional tests break when run locally due to incorrect test user credentials.
Steps to Reproduce
From the tbb-0.9.0 branch:
make build-debs
cd securedrop
./bin/dev-shell ./bin/run-test tests/functional
Expected Behavior
All tests pass.
Actual Behavior
Tests fail during setup.
Comments
The setup() function in securedrop/tests/functional/functional_test.py probably needs to be updated to set the password according to the new model introduced by the recent passlib change.
The text was updated successfully, but these errors were encountered:
Description
Functional tests break when run locally due to incorrect test user credentials.
Steps to Reproduce
From the
tbb-0.9.0
branch:Expected Behavior
All tests pass.
Actual Behavior
Tests fail during setup.
Comments
The setup() function in
securedrop/tests/functional/functional_test.py
probably needs to be updated to set the password according to the new model introduced by the recent passlib change.The text was updated successfully, but these errors were encountered: