mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 09:00:21 +00:00
Tests: fix boundary and late-run drift
This commit is contained in:
@@ -457,8 +457,8 @@ describe("shared Node TLS env defaults", () => {
|
||||
expect(env.NODE_EXTRA_CA_CERTS).toBe("/etc/ssl/cert.pem");
|
||||
});
|
||||
|
||||
it.each(builders)("$name does not default NODE_EXTRA_CA_CERTS on non-macOS", ({ build }) => {
|
||||
const env = build({ HOME: "/home/user" }, "linux");
|
||||
it.each(builders)("$name does not default NODE_EXTRA_CA_CERTS on Windows", ({ build }) => {
|
||||
const env = build({ HOME: "/home/user" }, "win32");
|
||||
expect(env.NODE_EXTRA_CA_CERTS).toBeUndefined();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user