Skip to content

Commit 0f096aa

Browse files
committed
Remove password for bundled MySQL
1 parent fc6207e commit 0f096aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/config-create.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Feature: Create a wp-config file
191191
Then STDERR should be empty
192192
193193
# We try to account for the warnings we get for passing the password on the command line.
194-
When I try `WP_CLI_TEST_DBHOST='localhost:{SOCKET}' WP_CLI_TEST_DBROOTPASS='root' {RUN_DIR}/install-package-tests`
194+
When I try `WP_CLI_TEST_DBHOST='localhost:{SOCKET}' {RUN_DIR}/install-package-tests`
195195
Then STDOUT should contain:
196196
"""
197197
Detected MySQL

0 commit comments

Comments
 (0)