Skip to content

Commit de9c491

Browse files
authored
Merge pull request #224 from wp-cli/fix/db-connection-message-change
Fix broken tests due to DB connection failure error message change
2 parents 48d4359 + 9b2a887 commit de9c491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/db.feature

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Feature: Perform database operations
1818
Then STDOUT should be empty
1919
And STDERR should contain:
2020
"""
21-
We were able to connect to the database server (which means your username and password is okay) but not able to select the `wp_cli_test` database.
21+
(which means your username and password is okay)
2222
"""
2323

2424
When I run `wp db create`
@@ -62,7 +62,7 @@ Feature: Perform database operations
6262
Then STDOUT should be empty
6363
And STDERR should contain:
6464
"""
65-
We were able to connect to the database server (which means your username and password is okay) but not able to select the `wp_cli_test` database.
65+
(which means your username and password is okay)
6666
"""
6767
6868
When I run `wp db create --dbuser=wp_cli_test`

0 commit comments

Comments
 (0)