Skip to content

Commit

Permalink
Add comma to make test case valid json
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrsongg committed Jan 28, 2025
1 parent 0518574 commit bd2a8a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void HandleMixedCaseKeys()
var expectedCase =
"{" +
" \"TopicArn\" : \"" + value + "\"," +
" \"SigningCertURL\" : \"https://sns.us-east-1.amazonaws.com/SimpleNotificationService-f3ecfb7224c7233fe7bb5f59f96de52f.pem\"" +
" \"SigningCertURL\" : \"https://sns.us-east-1.amazonaws.com/SimpleNotificationService-f3ecfb7224c7233fe7bb5f59f96de52f.pem\"," +
" \"SignatureVersion\" : \"1\"" +
"}";

Expand Down

0 comments on commit bd2a8a8

Please sign in to comment.