Skip to content

Commit

Permalink
Forgot comma...
Browse files Browse the repository at this point in the history
  • Loading branch information
NoudH authored Jan 17, 2022
1 parent 6771940 commit 1cdbc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/loggers/datadog.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ describe("Test Datadog logger class", () => {
{
method: "post",
headers: {
"Content-Type": "application/json"
"Content-Type": "application/json",
"DD-API-KEY": "datadog-api-key"
},
body: '[{"timestamp":0,"level":"fatal","message":"message { a: 5 }","nodeID":"node-1","ddsource":"moleculer","ddtags":"env:,nodeID:node-1,namespace:undefined","hostname":"my-host"},{"timestamp":0,"level":"error","message":"message { a: 5 }","nodeID":"node-1","ddsource":"moleculer","ddtags":"env:,nodeID:node-1,namespace:undefined","hostname":"my-host"}]'
Expand Down

0 comments on commit 1cdbc57

Please sign in to comment.