mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fix flake8 introduced by new tests
This commit is contained in:
parent
8f1c15e20d
commit
c998fd6bcb
@ -253,7 +253,7 @@ def test_optional_survey_question_defaults(
|
||||
('password', 'foo', 5, {'extra_vars': {'x': ''}}, {'x': ''}),
|
||||
('password', ENCRYPTED_SECRET, 5, {'extra_vars': {'x': '$encrypted$'}}, {}),
|
||||
('password', ENCRYPTED_SECRET, 10, {'extra_vars': {'x': '$encrypted$'}}, {'x': ENCRYPTED_SECRET}),
|
||||
], ids=DistinctParametrize())
|
||||
], ids=DistinctParametrize())
|
||||
def test_survey_encryption_defaults(survey_spec_factory, question_type, default, maxlen, kwargs, expected):
|
||||
spec = survey_spec_factory([
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user