diff options
Diffstat (limited to 'tests/postgres_tests')
| -rw-r--r-- | tests/postgres_tests/test_array.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/postgres_tests/test_array.py b/tests/postgres_tests/test_array.py index 9ad4ec16e9..15f8cc8c87 100644 --- a/tests/postgres_tests/test_array.py +++ b/tests/postgres_tests/test_array.py @@ -1516,12 +1516,10 @@ class TestSplitFormWidget(PostgreSQLWidgetTestCase): "array", ["val1", "val2"], attrs={"id": "foo"}, - html=( - """ + html=(""" <input id="foo_0" name="array_0" type="text" value="val1"> <input id="foo_1" name="array_1" type="text" value="val2"> - """ - ), + """), ) def test_value_omitted_from_data(self): |
