Skip to content

Commit

Permalink
fix: adds proper indentation for "response.feature"
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed Jun 13, 2019
1 parent 8112483 commit 8796e68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/javascript/response.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Feature: Response validation
"headers": {
"content-type": "application/json",
"date": "Wed, 03 Jul 2013 13:30:53 GMT",
"server": "gunicorn/0.17.4",
"content-length": "30",
"connection": "keep-alive"
"server": "gunicorn/0.17.4",
"content-length": "30",
"connection": "keep-alive"
},
"body": "{\n \"origin\": \"94.113.241.2\"\n}"
};
Expand Down

0 comments on commit 8796e68

Please sign in to comment.