Skip to content

Commit e61d44b

Browse files
committed
test: update pathFilter in proxy option tests
1 parent 44712d3 commit e61d44b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/server/proxy-option.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const proxyOptionPathsAsProperties = [
2323
pathRewrite: { "^/api": "" },
2424
},
2525
{
26-
pathFilter: ["/foo/*.html", "/bar/*.html", "/bypass-with-target/*.html"],
26+
pathFilter: ["/foo/*.html", "/baz/*.html", "/bypass-with-target/*.html"],
2727
pathRewrite: () => "/index.html",
2828
router: () => `http://localhost:${port3}`,
2929
},

0 commit comments

Comments
 (0)