diff --git a/npm_and_yarn/spec/npm_and_yarn_config_spec.rb b/npm_and_yarn/spec/npm_and_yarn_config_spec.rb index e7b21bc99d..f26bb7586e 100644 --- a/npm_and_yarn/spec/npm_and_yarn_config_spec.rb +++ b/npm_and_yarn/spec/npm_and_yarn_config_spec.rb @@ -10,9 +10,6 @@ npm_result = `npm config list` # Output from yarn config set expect(npm_result).to include("audit = false") - expect(npm_result).to include( - "cafile = \"/usr/local/share/ca-certificates/dbot-ca.crt\"" - ) expect(npm_result).to include("dry-run = true") expect(npm_result).to include("ignore-scripts = true") end