pre-commit-ci-lite[bot]
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
tests/test_forms_single_model.py
|
|
@ -139,8 +139,8 @@ def test_extra_param_list(): |
|
|
"param": "123", |
|
|
"param": "123", |
|
|
"extra_params": ["456", "789"], |
|
|
"extra_params": ["456", "789"], |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def test_list_field_single_value(): |
|
|
def test_list_field_single_value(): |
|
|
response = client.post( |
|
|
response = client.post( |
|
|
"/form/", |
|
|
"/form/", |
|
|
|