We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbf249 commit f33772fCopy full SHA for f33772f
1 file changed
multinet/api/tests/test_upload_csv.py
@@ -108,6 +108,8 @@ def test_create_upload_model_invalid_columns(
108
'edge': False,
109
'table_name': 'table',
110
'columns': {'foo': 'invalid'},
111
+ 'delimiter': ',',
112
+ 'quotechar': '\"',
113
},
114
format='json',
115
)
@@ -166,6 +168,8 @@ def test_create_upload_model_invalid_field_value(
166
168
'field_value': 'field_value',
167
169
170
171
172
173
174
175
0 commit comments