Skip to content

Commit

Permalink
Retrigger CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Nov 5, 2021
1 parent 8001f27 commit 637952c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function runComplete(err, summary) {
return
}

// This removes some of the INSANE output from Newman, so the JSON is actually readable
// This removes some of the insaely verbose output from Newman, so the JSON is actually readable
for (let e in summary.run.executions) {
summary.run.executions[e].response.stream = '*REMOVED*'
for (let a in summary.run.executions[e].assertions) {
Expand Down

0 comments on commit 637952c

Please sign in to comment.