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
When adding support for Focal to the configuration tests in #5529, a check of the MOLECULE_SCENARIO_NAME environment variable broke securedrop-admin verify, where it's not set.
Steps to Reproduce
On an admin workstation:
Run securedrop-admin setup -t
Run securedrop-admin verify
Expected Behavior
That the configuration tests would run.
Actual Behavior
You get an error here saying 'NoneType' object has no attribute 'endswith'.
Comments
Should probably check if it's None or just add "" as the default in the os.environ.get call.
The text was updated successfully, but these errors were encountered:
Description
When adding support for Focal to the configuration tests in #5529, a check of the
MOLECULE_SCENARIO_NAME
environment variable brokesecuredrop-admin verify
, where it's not set.Steps to Reproduce
On an admin workstation:
securedrop-admin setup -t
securedrop-admin verify
Expected Behavior
That the configuration tests would run.
Actual Behavior
You get an error here saying
'NoneType' object has no attribute 'endswith'
.Comments
Should probably check if it's
None
or just add""
as the default in theos.environ.get
call.The text was updated successfully, but these errors were encountered: