Skip to content

Commit 9b2a887

Browse files
committed
Fix broken tests due to DB connection failure error message change
1 parent 48d4359 commit 9b2a887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/db.feature

Lines changed: 2 additions & 2 deletions
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)