File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Feature: Perform database operations
18
18
Then STDOUT should be empty
19
19
And STDERR should contain:
20
20
"""
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)
22
22
"""
23
23
24
24
When I run `wp db create`
@@ -62,7 +62,7 @@ Feature: Perform database operations
62
62
Then STDOUT should be empty
63
63
And STDERR should contain:
64
64
"""
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)
66
66
"""
67
67
68
68
When I run `wp db create --dbuser=wp_cli_test`
You can’t perform that action at this time.
0 commit comments