Created default value for HoppRESTRequest for testing

This commit is contained in:
Jason Casareno
2022-07-27 17:47:37 -07:00
parent 5413bc584a
commit 8aa066e2ab
3 changed files with 11 additions and 5 deletions

View File

@@ -30,7 +30,12 @@ export const getDefaultRESTRequest = (): HoppRESTRequest => ({
endpoint: "https://echo.hoppscotch.io",
name: "Untitled request",
params: [],
vars: [],
vars: [
{
key: "amount",
value: "23",
},
],
headers: [],
method: "GET",
auth: {