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 8e35a26 commit 898b471Copy full SHA for 898b471
tests/integration/test_dataset.py
@@ -160,7 +160,7 @@ def test_create_descriptor_file(dataset):
160
upload_data_spy.assert_called()
161
call_args, call_kwargs = upload_data_spy.call_args_list[0][
162
0], upload_data_spy.call_args_list[0][1]
163
- assert call_args == ('[{"data": "some text..."}]',)
+ assert call_args == ('[{"row_data": "some text..."}]',)
164
assert call_kwargs == {
165
'content_type': 'application/json',
166
'filename': 'json_import.json'
0 commit comments