We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f299c commit 3d74ca5Copy full SHA for 3d74ca5
1 file changed
spec/acceptance/class_spec.rb
@@ -228,7 +228,7 @@ class { 'nodejs': }
228
describe 'npm config' do
229
it 'contains the global_config_entry secret' do
230
npm_output = shell('CONF=$(/usr/bin/npm config get globalconfig); echo "$(<$CONF)"')
231
- expect(npm_output.stdout).to match 'x//path.to.registry/:_authToken=cGFzc3dvcmQ'
+ expect(npm_output.stdout).to match '//path.to.registry/:_authToken=cGFzc3dvcmQ'
232
end
233
234
0 commit comments