Skip to content

Commit d94ca7c

Browse files
committed
updated test case with SHOW DATABASE
1 parent ead3d8b commit d94ca7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/default/serverspec/mysql_server_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
describe "'course_app_prod' database exists" do
3232
describe command(
33-
"echo \"SELECT DATABASES LIKE 'course_app_prod'\" | mysql --user=course_app --password=supersecret"
33+
"echo \"SHOW DATABASES LIKE 'course_app_prod'\" | mysql --user=course_app --password=supersecret"
3434
) do
3535
its(:stdout) { should match /course_app_prod/ }
3636
end

0 commit comments

Comments
 (0)