Skip to content

Commit ed70f13

Browse files
committed
fixup
1 parent e8b1b5f commit ed70f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/puppet/provider/mysql_plugin/mysql_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Facter.stubs(:value).with(:root_home).returns('/root')
1818
Puppet::Util.stubs(:which).with('mysql').returns('/usr/bin/mysql')
1919
File.stubs(:file?).with('/root/.my.cnf').returns(true)
20-
provider.class.stubs(:mysql).with([defaults_file, '-NBe', 'show plugins']).returns('new_plugin')
20+
provider.class.stubs(:mysql).with([defaults_file, '-NBe', 'show plugins']).returns('auth_socket ACTIVE AUTHENTICATION auth_socket.so GPL')
2121
end
2222

2323
let(:instance) { provider.class.instances.first }

0 commit comments

Comments
 (0)