Skip to content

Commit

Permalink
update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0Aja committed Oct 22, 2024
1 parent 0810a46 commit 2a2562a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"ddtags": "forwardername:test,forwarder_memorysize:1536,forwarder_version:<redacted from snapshot>,custom_tag1:value1,custom_tag2:value2",
"host": "testLogGroup",
"id": "eventId1",
"message": "{\"message\": \"hello world\"}",
"message": {
"message": "hello world"
},
"service": "cloudwatch",
"timestamp": 1440442987000
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"ddtags": "forwardername:test,forwarder_memorysize:1536,forwarder_version:<redacted from snapshot>,service:myservice",
"host": "testLogGroup",
"id": "eventId1",
"message": "{\"message\": \"hello world\"}",
"message": {
"message": "hello world"
},
"service": "myservice",
"timestamp": 1440442987000
}
Expand Down

0 comments on commit 2a2562a

Please sign in to comment.