Skip to content

Commit 28e7bc7

Browse files
authored
Remove invalid comma in json testing template (#448)
* The `otelSDKexpectedAWSSDKTrace.mustache` file had an extra comma that made it invalid JSON
1 parent 1fd2712 commit 28e7bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/src/main/resources/expected-data-template/otelSDKexpectedAWSSDKTrace.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"aws": {
25-
"operation": "ListBuckets",
25+
"operation": "ListBuckets"
2626
},
2727
"namespace": "aws"
2828
}

0 commit comments

Comments
 (0)