Skip to content

Commit

Permalink
Remove xml(data)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangan12 committed Oct 18, 2024
1 parent c4abc13 commit c6489d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cadl-ranch-specs/http/payload/xml/mockapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function createServerTests(uri: string, data?: any) {
uri,
method: "put",
request: {
body: xml(data),
body: data,
headers: {
"content-type": "application/xml",
},
Expand Down

0 comments on commit c6489d8

Please sign in to comment.