@@ -1733,10 +1733,10 @@ func TestInputService1ProtocolTestScalarMembersCase1(t *testing.T) {
17331733
17341734 // assert headers
17351735 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
1736- t .Errorf ("expect %v to be %v" , e , a )
1736+ t .Errorf ("expect %v, got %v" , e , a )
17371737 }
17381738 if e , a := "com.amazonaws.foo.OperationName" , r .Header .Get ("X-Amz-Target" ); e != a {
1739- t .Errorf ("expect %v to be %v" , e , a )
1739+ t .Errorf ("expect %v, got %v" , e , a )
17401740 }
17411741
17421742}
@@ -1771,10 +1771,10 @@ func TestInputService2ProtocolTestTimestampValuesCase1(t *testing.T) {
17711771
17721772 // assert headers
17731773 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
1774- t .Errorf ("expect %v to be %v" , e , a )
1774+ t .Errorf ("expect %v, got %v" , e , a )
17751775 }
17761776 if e , a := "com.amazonaws.foo.OperationName" , r .Header .Get ("X-Amz-Target" ); e != a {
1777- t .Errorf ("expect %v to be %v" , e , a )
1777+ t .Errorf ("expect %v, got %v" , e , a )
17781778 }
17791779
17801780}
@@ -1809,10 +1809,10 @@ func TestInputService3ProtocolTestBase64EncodedBlobsCase1(t *testing.T) {
18091809
18101810 // assert headers
18111811 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
1812- t .Errorf ("expect %v to be %v" , e , a )
1812+ t .Errorf ("expect %v, got %v" , e , a )
18131813 }
18141814 if e , a := "com.amazonaws.foo.OperationName" , r .Header .Get ("X-Amz-Target" ); e != a {
1815- t .Errorf ("expect %v to be %v" , e , a )
1815+ t .Errorf ("expect %v, got %v" , e , a )
18161816 }
18171817
18181818}
@@ -1850,10 +1850,10 @@ func TestInputService3ProtocolTestBase64EncodedBlobsCase2(t *testing.T) {
18501850
18511851 // assert headers
18521852 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
1853- t .Errorf ("expect %v to be %v" , e , a )
1853+ t .Errorf ("expect %v, got %v" , e , a )
18541854 }
18551855 if e , a := "com.amazonaws.foo.OperationName" , r .Header .Get ("X-Amz-Target" ); e != a {
1856- t .Errorf ("expect %v to be %v" , e , a )
1856+ t .Errorf ("expect %v, got %v" , e , a )
18571857 }
18581858
18591859}
@@ -1891,10 +1891,10 @@ func TestInputService4ProtocolTestNestedBlobsCase1(t *testing.T) {
18911891
18921892 // assert headers
18931893 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
1894- t .Errorf ("expect %v to be %v" , e , a )
1894+ t .Errorf ("expect %v, got %v" , e , a )
18951895 }
18961896 if e , a := "com.amazonaws.foo.OperationName" , r .Header .Get ("X-Amz-Target" ); e != a {
1897- t .Errorf ("expect %v to be %v" , e , a )
1897+ t .Errorf ("expect %v, got %v" , e , a )
18981898 }
18991899
19001900}
@@ -1931,10 +1931,10 @@ func TestInputService5ProtocolTestRecursiveShapesCase1(t *testing.T) {
19311931
19321932 // assert headers
19331933 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
1934- t .Errorf ("expect %v to be %v" , e , a )
1934+ t .Errorf ("expect %v, got %v" , e , a )
19351935 }
19361936 if e , a := "com.amazonaws.foo.OperationName" , r .Header .Get ("X-Amz-Target" ); e != a {
1937- t .Errorf ("expect %v to be %v" , e , a )
1937+ t .Errorf ("expect %v, got %v" , e , a )
19381938 }
19391939
19401940}
@@ -1973,10 +1973,10 @@ func TestInputService5ProtocolTestRecursiveShapesCase2(t *testing.T) {
19731973
19741974 // assert headers
19751975 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
1976- t .Errorf ("expect %v to be %v" , e , a )
1976+ t .Errorf ("expect %v, got %v" , e , a )
19771977 }
19781978 if e , a := "com.amazonaws.foo.OperationName" , r .Header .Get ("X-Amz-Target" ); e != a {
1979- t .Errorf ("expect %v to be %v" , e , a )
1979+ t .Errorf ("expect %v, got %v" , e , a )
19801980 }
19811981
19821982}
@@ -2019,10 +2019,10 @@ func TestInputService5ProtocolTestRecursiveShapesCase3(t *testing.T) {
20192019
20202020 // assert headers
20212021 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
2022- t .Errorf ("expect %v to be %v" , e , a )
2022+ t .Errorf ("expect %v, got %v" , e , a )
20232023 }
20242024 if e , a := "com.amazonaws.foo.OperationName" , r .Header .Get ("X-Amz-Target" ); e != a {
2025- t .Errorf ("expect %v to be %v" , e , a )
2025+ t .Errorf ("expect %v, got %v" , e , a )
20262026 }
20272027
20282028}
@@ -2066,10 +2066,10 @@ func TestInputService5ProtocolTestRecursiveShapesCase4(t *testing.T) {
20662066
20672067 // assert headers
20682068 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
2069- t .Errorf ("expect %v to be %v" , e , a )
2069+ t .Errorf ("expect %v, got %v" , e , a )
20702070 }
20712071 if e , a := "com.amazonaws.foo.OperationName" , r .Header .Get ("X-Amz-Target" ); e != a {
2072- t .Errorf ("expect %v to be %v" , e , a )
2072+ t .Errorf ("expect %v, got %v" , e , a )
20732073 }
20742074
20752075}
@@ -2115,10 +2115,10 @@ func TestInputService5ProtocolTestRecursiveShapesCase5(t *testing.T) {
21152115
21162116 // assert headers
21172117 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
2118- t .Errorf ("expect %v to be %v" , e , a )
2118+ t .Errorf ("expect %v, got %v" , e , a )
21192119 }
21202120 if e , a := "com.amazonaws.foo.OperationName" , r .Header .Get ("X-Amz-Target" ); e != a {
2121- t .Errorf ("expect %v to be %v" , e , a )
2121+ t .Errorf ("expect %v, got %v" , e , a )
21222122 }
21232123
21242124}
@@ -2162,10 +2162,10 @@ func TestInputService5ProtocolTestRecursiveShapesCase6(t *testing.T) {
21622162
21632163 // assert headers
21642164 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
2165- t .Errorf ("expect %v to be %v" , e , a )
2165+ t .Errorf ("expect %v, got %v" , e , a )
21662166 }
21672167 if e , a := "com.amazonaws.foo.OperationName" , r .Header .Get ("X-Amz-Target" ); e != a {
2168- t .Errorf ("expect %v to be %v" , e , a )
2168+ t .Errorf ("expect %v, got %v" , e , a )
21692169 }
21702170
21712171}
@@ -2200,10 +2200,10 @@ func TestInputService6ProtocolTestEmptyMapsCase1(t *testing.T) {
22002200
22012201 // assert headers
22022202 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
2203- t .Errorf ("expect %v to be %v" , e , a )
2203+ t .Errorf ("expect %v, got %v" , e , a )
22042204 }
22052205 if e , a := "com.amazonaws.foo.OperationName" , r .Header .Get ("X-Amz-Target" ); e != a {
2206- t .Errorf ("expect %v to be %v" , e , a )
2206+ t .Errorf ("expect %v, got %v" , e , a )
22072207 }
22082208
22092209}
@@ -2360,10 +2360,10 @@ func TestInputService9ProtocolTestEndpointHostTraitStaticPrefixCase1(t *testing.
23602360
23612361 // assert headers
23622362 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
2363- t .Errorf ("expect %v to be %v" , e , a )
2363+ t .Errorf ("expect %v, got %v" , e , a )
23642364 }
23652365 if e , a := "com.amazonaws.foo.StaticOp" , r .Header .Get ("X-Amz-Target" ); e != a {
2366- t .Errorf ("expect %v to be %v" , e , a )
2366+ t .Errorf ("expect %v, got %v" , e , a )
23672367 }
23682368
23692369}
@@ -2398,10 +2398,10 @@ func TestInputService9ProtocolTestEndpointHostTraitStaticPrefixCase2(t *testing.
23982398
23992399 // assert headers
24002400 if e , a := "application/x-amz-json-1.1" , r .Header .Get ("Content-Type" ); e != a {
2401- t .Errorf ("expect %v to be %v" , e , a )
2401+ t .Errorf ("expect %v, got %v" , e , a )
24022402 }
24032403 if e , a := "com.amazonaws.foo.MemberRefOp" , r .Header .Get ("X-Amz-Target" ); e != a {
2404- t .Errorf ("expect %v to be %v" , e , a )
2404+ t .Errorf ("expect %v, got %v" , e , a )
24052405 }
24062406
24072407}
0 commit comments