Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove extra whitespace in node fixtures
  • Loading branch information
gschier committed Apr 25, 2019
commit 4e6e19ffc62602f9f4885f501986a5f3a354e592
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"echint": {
"ignore": [
"coverage/**",
"**/node_modules/**",
"**/node_modules/**",
"**/fixtures/**"
]
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/output/node/request/application-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var request = require("request");
var options = { method: 'POST',
url: 'http://mockbin.com/har',
headers: { 'content-type': 'application/json' },
body:
body:
{ number: 1,
string: 'f"oo',
arr: [ 1, 2, 3 ],
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/output/node/request/full.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jar.setCookie(request.cookie("bar=baz"), "http://mockbin.com/har");
var options = { method: 'POST',
url: 'http://mockbin.com/har',
qs: { foo: [ 'bar', 'baz' ], baz: 'abc', key: 'value' },
headers:
headers:
{ accept: 'application/json',
'content-type': 'application/x-www-form-urlencoded' },
form: { foo: 'bar' },
Expand Down