mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-29 16:54:30 +00:00
fix: add missing closing brace in proxy env test
This commit is contained in:
@@ -328,6 +328,7 @@ describe("buildServiceEnvironment", () => {
|
||||
expect(env.NO_PROXY).toBe("localhost,127.0.0.1");
|
||||
expect(env.http_proxy).toBe("http://proxy.local:7890");
|
||||
expect(env.all_proxy).toBe("socks5://proxy.local:1080");
|
||||
});
|
||||
it("defaults NODE_EXTRA_CA_CERTS to system cert bundle on macOS", () => {
|
||||
const env = buildServiceEnvironment({
|
||||
env: { HOME: "/home/user" },
|
||||
|
||||
Reference in New Issue
Block a user