Straggler invalid interactive input at deploy-time

pull/1040/head
Kieran R. Prasch 2019-05-31 15:21:02 -07:00 committed by Kieran Prasch
parent 0574cfd908
commit 51319ec6f7
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def test_coexisting_configurations(click_runner,
result = click_runner.invoke(deploy.deploy,
deploy_args,
input=f'0\nY\n{INSECURE_DEVELOPMENT_PASSWORD}\nDEPLOY',
input=f'0\nY\nDEPLOY',
catch_exceptions=False, env=envvars)
assert result.exit_code == 0