Skip to content

Commit b40b885

Browse files
committed
Update EnvelopeFile JSON tag in conformance_test.go
1 parent b34e7ea commit b40b885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqs/conformance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const conformanceDir = "../testdata/conformance"
1717
type sqsManifest struct {
1818
SQS struct {
1919
AttributeProjection struct {
20-
EnvelopeFile string `json:"envelope_file"`
20+
EnvelopeFile string `json:"envelope_file"`
2121
MessageAttributes map[string]goldenAttribute `json:"message_attributes"`
2222
} `json:"attribute_projection"`
2323
AttemptsReconciliation struct {

0 commit comments

Comments
 (0)