mirror of
https://github.com/httpie/cli.git
synced 2025-08-14 20:30:43 +02:00
Proper JSON handling for :=/:=@ (#1213)
* Proper JSON handling for :=/:=@ * document the behavior * fixup docs
This commit is contained in:
@ -132,7 +132,7 @@ class TestItemParsing:
|
||||
self.key_value_arg('text_field=a'),
|
||||
self.key_value_arg('text_field=b')
|
||||
],
|
||||
as_form=True,
|
||||
request_type=constants.RequestType.FORM,
|
||||
)
|
||||
assert items.data['text_field'] == ['a', 'b']
|
||||
assert list(items.data.items()) == [
|
||||
|
Reference in New Issue
Block a user