mirror of https://github.com/Seich/Beau.git
Updating snaps.
This commit is contained in:
parent
bc207dd2e8
commit
b1f35af7b0
|
|
@ -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\\\\\\"}\\"
|
||||||
}
|
}
|
||||||
",
|
",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue