Skip to content

Commit

Permalink
Extended test to exclude disabled headers when converting requests (g…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Aug 15, 2021
1 parent 8b02ede commit e1d5f74
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/material/2.1/format-v2.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,13 @@
"key": "Session",
"value": "abc123",
"type": "text"
}
},
{
"key": "Content-Type",
"value": "application/xml",
"type": "text",
"disabled": true
}
],
"body": {
"mode": "raw",
Expand Down

0 comments on commit e1d5f74

Please sign in to comment.