Skip to content

Commit

Permalink
fix(schema): Add hasResponse to httpTraceEntries
Browse files Browse the repository at this point in the history
  • Loading branch information
kolanos committed Sep 16, 2019
1 parent a3233ea commit a14ef65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/report.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ describe('Report creation', () => {
'httpTraceEntries.0.response.headers.1.number',
'httpTraceEntries.0.response.statusCode',
'httpTraceEntries.0.response.statusMessage',
'httpTraceEntries.0.hasResponse',
'dbTraceEntries.0.startTime',
'dbTraceEntries.0.duration',
'dbTraceEntries.0.timestamp',
Expand Down
3 changes: 2 additions & 1 deletion src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@
],
"statusCode": "n",
"statusMessage": "s"
}
},
"hasResponse": "b"
}
],
"dbTraceEntries": [
Expand Down

0 comments on commit a14ef65

Please sign in to comment.