Formatting
This commit is contained in:
@@ -3,7 +3,8 @@ from wtforms import Form
|
||||
|
||||
from atst.forms.task_order import AppInfoForm
|
||||
|
||||
|
||||
def test_complexity():
|
||||
form = AppInfoForm(formdata={"complexity":["other", "not_sure", "storage"]})
|
||||
form = AppInfoForm(formdata={"complexity": ["other", "not_sure", "storage"]})
|
||||
|
||||
assert form.data["complexity"] == ["other", "not_sure", "storage"]
|
||||
|
Reference in New Issue
Block a user