From b2f4752fed01cc991101506079b485db7a7d4204 Mon Sep 17 00:00:00 2001 From: Kevin Stich Date: Wed, 16 Oct 2024 13:12:11 -0700 Subject: [PATCH] Fix name of XML root nodes in tests --- .../model/restXml/document-maps.smithy | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/smithy-aws-protocol-tests/model/restXml/document-maps.smithy b/smithy-aws-protocol-tests/model/restXml/document-maps.smithy index 0062b98b9cf..ac660ebe19e 100644 --- a/smithy-aws-protocol-tests/model/restXml/document-maps.smithy +++ b/smithy-aws-protocol-tests/model/restXml/document-maps.smithy @@ -684,7 +684,7 @@ apply NestedXmlMapWithXmlName @httpRequestTests([ method: "POST", uri: "/NestedXmlMapWithXmlName", body: """ - + foo @@ -713,7 +713,7 @@ apply NestedXmlMapWithXmlName @httpRequestTests([ - + """, bodyMediaType: "application/xml", headers: { @@ -732,10 +732,6 @@ apply NestedXmlMapWithXmlName @httpRequestTests([ } } } - - - - ]) apply NestedXmlMapWithXmlName @httpResponseTests([ @@ -745,7 +741,7 @@ apply NestedXmlMapWithXmlName @httpResponseTests([ protocol: restXml, code: 200, body: """ - + foo @@ -774,7 +770,7 @@ apply NestedXmlMapWithXmlName @httpResponseTests([ - + """ bodyMediaType: "application/xml", headers: {