Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
bergeron committed Nov 20, 2024
1 parent 192e595 commit a60bb7d
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ async function mockTokenPriceApi(
statusCode: 200,
json: {},
})),
// linea
await mockServer
.forGet('https://price.api.cx.metamask.io/v2/chains/59144/spot-prices')
.thenCallback(() => ({
statusCode: 200,
json: {},
})),
];
}

Expand Down

0 comments on commit a60bb7d

Please sign in to comment.