Skip to content

Commit

Permalink
Merge pull request #43196 from gtmanfred/2016.11
Browse files Browse the repository at this point in the history
Pin request install to version for npm tests
  • Loading branch information
Mike Place committed Aug 25, 2017
2 parents ace2715 + ccd2241 commit 5471f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/states/npm.py
Expand Up @@ -40,7 +40,7 @@ def test_npm_install_url_referenced_package(self):
'''
Determine if URL-referenced NPM module can be successfully installed.
'''
ret = self.run_state('npm.installed', name='git://github.com/request/request')
ret = self.run_state('npm.installed', name='request/request#v2.81.1')
self.assertSaltTrueReturn(ret)
ret = self.run_state('npm.removed', name='git://github.com/request/request')
self.assertSaltTrueReturn(ret)
Expand Down

0 comments on commit 5471f9f

Please sign in to comment.