Skip to content

Commit

Permalink
test: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Apr 16, 2024
1 parent 57ef3e0 commit 9095738
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -25,7 +25,7 @@ export const REST_COLLECTIONS_MOCK: HoppCollection[] = [
folders: [],
requests: [
{
v: "3",
v: "4",
endpoint: "https://echo.hoppscotch.io",
name: "Echo test",
params: [],
Expand All @@ -50,7 +50,7 @@ export const GQL_COLLECTIONS_MOCK: HoppCollection[] = [
folders: [],
requests: [
{
v: 3,
v: 4,
name: "Echo test",
url: "https://echo.hoppscotch.io/graphql",
headers: [],
Expand Down Expand Up @@ -138,7 +138,7 @@ export const REST_HISTORY_MOCK: RESTHistoryEntry[] = [
preRequestScript: "",
testScript: "",
requestVariables: [],
v: "3",
v: "4",
},
responseMeta: { duration: 807, statusCode: 200 },
star: false,
Expand All @@ -150,7 +150,7 @@ export const GQL_HISTORY_MOCK: GQLHistoryEntry[] = [
{
v: 1,
request: {
v: 3,
v: 4,
name: "Untitled",
url: "https://echo.hoppscotch.io/graphql",
query: "query Request { url }",
Expand All @@ -171,7 +171,7 @@ export const GQL_TAB_STATE_MOCK: PersistableTabState<HoppGQLDocument> = {
tabID: "5edbe8d4-65c9-4381-9354-5f1bf05d8ccc",
doc: {
request: {
v: 3,
v: 4,
name: "Untitled",
url: "https://echo.hoppscotch.io/graphql",
headers: [],
Expand All @@ -194,7 +194,7 @@ export const REST_TAB_STATE_MOCK: PersistableTabState<HoppRESTDocument> = {
tabID: "e6e8d800-caa8-44a2-a6a6-b4765a3167aa",
doc: {
request: {
v: "3",
v: "4",
endpoint: "https://echo.hoppscotch.io",
name: "Echo test",
params: [],
Expand Down

0 comments on commit 9095738

Please sign in to comment.