Skip to content

Commit

Permalink
fix: stores HTTP message fields under "fields" property, not "field"
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed Jun 5, 2019
1 parent 2a364e2 commit 7823856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/javascript/request_api.feature
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Feature: Request validation
"""
{
isValid: true,
field: {
fields: {
headers: {
isValid: true,
errors: [],
Expand Down
2 changes: 1 addition & 1 deletion features/javascript/response_api.feature
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Feature: Response validation
"""
{
isValid: true,
field: {
fields: {
headers: {
isValid: true,
errors: [],
Expand Down

0 comments on commit 7823856

Please sign in to comment.