Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "Setting Headers" example in "Testing Actions" (#1135)
Sending two separate arguments fails with an argument error. The syntax that works is to send them like a hash: `headers("Content-Type": "application/json")`
- Loading branch information