Skip to content

Commit 3d74ca5

Browse files
committed
one more x
1 parent 54f299c commit 3d74ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/acceptance/class_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class { 'nodejs': }
228228
describe 'npm config' do
229229
it 'contains the global_config_entry secret' do
230230
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'
231+
expect(npm_output.stdout).to match '//path.to.registry/:_authToken=cGFzc3dvcmQ'
232232
end
233233
end
234234
end

0 commit comments

Comments
 (0)