Message ID | 20250127142918.163-4-eric.meyers@arthrex.com |
---|---|
State | New |
Headers | show |
Series | NPM/NPM Shrinkwrap Basic Authentication Credential Support: | expand |
diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py index d64717011..42caad655 100644 --- a/lib/bb/tests/fetch.py +++ b/lib/bb/tests/fetch.py @@ -2772,7 +2772,7 @@ class NPMTest(FetcherTest): @skipIfNoNpm() @skipIfNoNetwork() def test_npm_registry_alternate(self): - urls = ['npm://skimdb.npmjs.com;package=@savoirfairelinux/node-server-example;version=1.0.0'] + urls = ['npm://registry.yarnpkg.com;package=@savoirfairelinux/node-server-example;version=1.0.0'] fetcher = bb.fetch.Fetch(urls, self.d) fetcher.download() fetcher.unpack(self.unpackdir)