Updating snaps.

This commit is contained in:
David Diaz 2020-11-20 17:35:09 -06:00
parent bc207dd2e8
commit b1f35af7b0
1 changed files with 12 additions and 10 deletions

View File

@ -9,7 +9,9 @@ Array [
",
"
",
"\\"{\\"hello\\": \\"world\\"}\\"
"{
\\"hello\\": \\"world\\"
}
",
]
`;
@ -53,18 +55,18 @@ Array [
"
",
"{
request: {
body: {
name: \\"David\\"
\\"request\\": {
\\"body\\": {
\\"name\\": \\"David\\"
},
endpoint: \\"https://example.org/anything\\"
\\"endpoint\\": \\"https://example.org/anything\\"
},
response: {
status: 200,
headers: [],
body: \\"{\\"hello\\": \\"world\\"}\\"
\\"response\\": {
\\"status\\": 200,
\\"headers\\": [],
\\"body\\": \\"{\\\\\\"hello\\\\\\": \\\\\\"world\\\\\\"}\\"
},
body: \\"{\\"hello\\": \\"world\\"}\\"
\\"body\\": \\"{\\\\\\"hello\\\\\\": \\\\\\"world\\\\\\"}\\"
}
",
]