aviaviavi / curl-runnings

A declarative test framework for quickly and easily writing integration tests against JSON APIs.
MIT License
158 stars 13 forks source link

Payloads can be any json type #62

Closed aviaviavi closed 4 years ago

aviaviavi commented 4 years ago

@rashadse: Let me know if this takes care of things for you

aviaviavi commented 4 years ago

closes #61

aviaviavi commented 4 years ago

Closing - I realized we actually don't need this, payload handles this properly but I was mistaken about the behavior.

To get a non-object payload:

payload: {"bodyType": "json", "content": ["key1", "value1"]