summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/tests/fetch.py')
-rw-r--r--bitbake/lib/bb/tests/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 441b3f8236..8fa870c8a1 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -2815,7 +2815,7 @@ class NPMTest(FetcherTest):
2815 @skipIfNoNetwork() 2815 @skipIfNoNetwork()
2816 def test_npm_version_latest(self): 2816 def test_npm_version_latest(self):
2817 url = ['npm://registry.npmjs.org;package=@savoirfairelinux/node-server-example;version=latest'] 2817 url = ['npm://registry.npmjs.org;package=@savoirfairelinux/node-server-example;version=latest']
2818 fetcher = bb.fetch.Fetch(urls, self.d) 2818 fetcher = bb.fetch.Fetch(url, self.d)
2819 fetcher.download() 2819 fetcher.download()
2820 fetcher.unpack(self.unpackdir) 2820 fetcher.unpack(self.unpackdir)
2821 unpackdir = os.path.join(self.unpackdir, 'npm') 2821 unpackdir = os.path.join(self.unpackdir, 'npm')