File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
protocol_tests/aws-restxml/tests/functional Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ it("BodyWithXmlName:Request", async () => {
354
354
355
355
expect ( r . body ) . toBeDefined ( ) ;
356
356
const utf8Encoder = client . config . utf8Encoder ;
357
- const bodyString = `<Ahoy><name>Phreddy</name></Ahoy>` ;
357
+ const bodyString = `<Ahoy><nested>< name>Phreddy</name></nested ></Ahoy>` ;
358
358
const unequalParts : any = compareEquivalentXmlBodies ( bodyString , r . body . toString ( ) ) ;
359
359
expect ( unequalParts ) . toBeUndefined ( ) ;
360
360
}
@@ -372,7 +372,7 @@ it("BodyWithXmlName:Response", async () => {
372
372
{
373
373
"content-type" : "application/xml" ,
374
374
} ,
375
- `<Ahoy><name>Phreddy</name></Ahoy>`
375
+ `<Ahoy><nested>< name>Phreddy</name></nested ></Ahoy>`
376
376
) ,
377
377
} ) ;
378
378
You can’t perform that action at this time.
0 commit comments