Skip to content

Commit 898b471

Browse files
author
Matt Sokoloff
committed
update tests
1 parent 8e35a26 commit 898b471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def test_create_descriptor_file(dataset):
160160
upload_data_spy.assert_called()
161161
call_args, call_kwargs = upload_data_spy.call_args_list[0][
162162
0], upload_data_spy.call_args_list[0][1]
163-
assert call_args == ('[{"data": "some text..."}]',)
163+
assert call_args == ('[{"row_data": "some text..."}]',)
164164
assert call_kwargs == {
165165
'content_type': 'application/json',
166166
'filename': 'json_import.json'

0 commit comments

Comments
 (0)