We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74052b5 commit 3f4ec9cCopy full SHA for 3f4ec9c
tests/django_oapif_tests/tests/tests.py
@@ -141,7 +141,7 @@ def test_non_null_with_default(self):
141
self.client.force_authenticate(user=self.demo_editor)
142
data = {
143
"geometry": None,
144
- "properties": None,
+ "properties": {},
145
}
146
url = f"{collections_url}/tests.non_null_field_with_default/items"
147
post_to_items = self.client.post(url, data, format="json")
0 commit comments