Skip to content

Commit

Permalink
Restoring trace type attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mrickard committed May 17, 2019
1 parent d2c5cf3 commit 329e72e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/report.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ describe('Report creation', () => {
'dbTraceEntries.0.request.hash',
'dbTraceEntries.0.request.command',
'dbTraceEntries.0.request.args.0.arg',
'dbTraceEntries.0.response.total'
'dbTraceEntries.0.response.total',
'dbTraceEntries.0.type'
];

expect(_.isEqual(allowedMissingFields, diff)).toBe(true);
Expand Down
3 changes: 2 additions & 1 deletion src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@
},
"response": {
"total": "n"
}
},
"type": "s"
}
]
}

0 comments on commit 329e72e

Please sign in to comment.