mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 07:11:39 +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.NO_PROXY).toBe("localhost,127.0.0.1");
|
||||||
expect(env.http_proxy).toBe("http://proxy.local:7890");
|
expect(env.http_proxy).toBe("http://proxy.local:7890");
|
||||||
expect(env.all_proxy).toBe("socks5://proxy.local:1080");
|
expect(env.all_proxy).toBe("socks5://proxy.local:1080");
|
||||||
|
});
|
||||||
it("defaults NODE_EXTRA_CA_CERTS to system cert bundle on macOS", () => {
|
it("defaults NODE_EXTRA_CA_CERTS to system cert bundle on macOS", () => {
|
||||||
const env = buildServiceEnvironment({
|
const env = buildServiceEnvironment({
|
||||||
env: { HOME: "/home/user" },
|
env: { HOME: "/home/user" },
|
||||||
|
|||||||
Reference in New Issue
Block a user