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 79d5b4f commit f009d68Copy full SHA for f009d68
spec/acceptance/types/mysql_grant_spec.rb
@@ -617,7 +617,7 @@ class { 'mysql::server':
617
618
mysql_cmd = shell('which mysql').stdout.chomp
619
shell("mv #{mysql_cmd} #{mysql_cmd}.bak")
620
- expect(apply_manifest(pp, expect_failures: true).stderr).to match(%r{Command mysql is missing})
+ expect(apply_manifest(pp, expect_failures: true).stderr).to match(%r{Could not find a suitable provider for mysql_grant})
621
shell("mv #{mysql_cmd}.bak #{mysql_cmd}")
622
end
623
0 commit comments