mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bitbake: tests/fetch: Fix typo in npm test
(Bitbake rev: 79b04f61236117d310c12c1b1378ae63afb931ff) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -2815,7 +2815,7 @@ class NPMTest(FetcherTest):
|
||||
@skipIfNoNetwork()
|
||||
def test_npm_version_latest(self):
|
||||
url = ['npm://registry.npmjs.org;package=@savoirfairelinux/node-server-example;version=latest']
|
||||
fetcher = bb.fetch.Fetch(urls, self.d)
|
||||
fetcher = bb.fetch.Fetch(url, self.d)
|
||||
fetcher.download()
|
||||
fetcher.unpack(self.unpackdir)
|
||||
unpackdir = os.path.join(self.unpackdir, 'npm')
|
||||
|
||||
Reference in New Issue
Block a user