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: { \\"request\\": {
body: { \\"body\\": {
name: \\"David\\" \\"name\\": \\"David\\"
}, },
endpoint: \\"https://example.org/anything\\" \\"endpoint\\": \\"https://example.org/anything\\"
}, },
response: { \\"response\\": {
status: 200, \\"status\\": 200,
headers: [], \\"headers\\": [],
body: \\"{\\"hello\\": \\"world\\"}\\" \\"body\\": \\"{\\\\\\"hello\\\\\\": \\\\\\"world\\\\\\"}\\"
}, },
body: \\"{\\"hello\\": \\"world\\"}\\" \\"body\\": \\"{\\\\\\"hello\\\\\\": \\\\\\"world\\\\\\"}\\"
} }
", ",
] ]