Skip to content

Commit

Permalink
feat: removes "version" from validation results
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed May 31, 2019
1 parent 8feb224 commit d581f81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions features/javascript/request_api.feature
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ Feature: request Sync API
"""
Then it will return:
"""
{ version: "2",
isValid: true,
{ isValid: true,
headers:
{ results: [],
realType: 'application/vnd.apiary.http-headers+json',
Expand Down
3 changes: 1 addition & 2 deletions features/javascript/response_api.feature
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ Feature: Response Sync API
"""
Then it will return:
"""
{ version: "2",
isValid: true,
{ isValid: true,
headers:
{ results: [],
realType: 'application/vnd.apiary.http-headers+json',
Expand Down

0 comments on commit d581f81

Please sign in to comment.