Skip to content

Commit

Permalink
Remove invalid comma in json testing template (#448)
Browse files Browse the repository at this point in the history
* The `otelSDKexpectedAWSSDKTrace.mustache` file had an extra comma that made it invalid JSON
  • Loading branch information
NathanielRN authored Dec 20, 2021
1 parent 1fd2712 commit 28e7bc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"aws": {
"operation": "ListBuckets",
"operation": "ListBuckets"
},
"namespace": "aws"
}
Expand Down

0 comments on commit 28e7bc7

Please sign in to comment.