Skip to content

Commit 0a181ee

Browse files
committed
test: update expectation for error logging in proxy option test
1 parent f6dea92 commit 0a181ee

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
@@ -877,7 +877,7 @@ describe("proxy option", () => {
877877
it("respects a proxy option when a request path is matched", async () => {
878878
await req.get("/my-path");
879879

880-
expect(customLogProvider.info).toHaveBeenCalledTimes(1);
880+
expect(customLogProvider.error).toHaveBeenCalledTimes(1);
881881
});
882882
});
883883
});

0 commit comments

Comments
 (0)