Skip to content

Commit 3e71b2e

Browse files
committed
Fix test
1 parent 41944d8 commit 3e71b2e

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
@@ -251,7 +251,7 @@ Feature: Create a wp-config file
251251
252252
When I try `wp config create --dbhost=127.0.0.1 --dbname=wp_cli_test --dbuser=wp_cli_test_ssl --dbpass=password2 --ssl`
253253
Then the return code should be 0
254-
Then the wp-config.php file should contain:
254+
And the wp-config.php file should contain:
255255
"""
256256
define( 'DB_USER', 'wp_cli_test_ssl' )
257257
"""

0 commit comments

Comments
 (0)