Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: ensure NODE_EXTRA_CA_CERTS not set before tests #43858

Merged
merged 2 commits into from
Jul 20, 2022

Commits on Jul 16, 2022

  1. test: ensure NODE_EXTRA_CA_CERTS not set before tests

    The 'test-tls-env-extra-ca-file-load.js' test assumes that
    NODE_EXTRA_CA_CERTS is not set. If the build environment
    happens to have it set, this test will fail. This change
    deletes that env var before running the test.
    Kevin Lentin committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    1ede0a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Update test/parallel/test-tls-env-extra-ca-file-load.js

    Co-authored-by: Tobias Nießen <tniessen@tnie.de>
    KrayzeeKev and tniessen committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    f6a777f View commit details
    Browse the repository at this point in the history