Skip to content

Commit 3f4ec9c

Browse files
committed
fix dict
1 parent 74052b5 commit 3f4ec9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/django_oapif_tests/tests/tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_non_null_with_default(self):
141141
self.client.force_authenticate(user=self.demo_editor)
142142
data = {
143143
"geometry": None,
144-
"properties": None,
144+
"properties": {},
145145
}
146146
url = f"{collections_url}/tests.non_null_field_with_default/items"
147147
post_to_items = self.client.post(url, data, format="json")

0 commit comments

Comments
 (0)