We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc293d commit 5499a6fCopy full SHA for 5499a6f
kinto_http/tests/functional.py
@@ -322,6 +322,7 @@ def test_single_record_can_overwrite(self):
322
client.create_collection()
323
created = client.create_record(data={'foo': 'bar'},
324
permissions={'read': ['alexis']})
325
+
326
client.create_record(data={'id': created['data']['id'],
327
'bar': 'baz'}, safe=False)
328
0 commit comments