Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeanAsad authored and guanzo committed Nov 2, 2023
1 parent b0b7a0d commit af8071d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export function mockOriginHandler (originUrl, delay = 0, error = false) {
*/
export function mockFlatFileOriginHandler (originUrl, delay = 0, error = false) {
originUrl = addHttpPrefix(originUrl)
originUrl = `${originUrl}`
return rest.get(originUrl, (req, res, ctx) => {
if (error) {
throw Error('Simulated Error')
Expand Down

0 comments on commit af8071d

Please sign in to comment.