Skip to content

Commit c020721

Browse files
swissspidyCopilot
andauthored
Update features/db-query.feature
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b98ce0d commit c020721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/db-query.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Feature: Query the database with WordPress' MySQL config
9898
Given a WP install
9999

100100
When I try `wp db query "SELECT 1;" --host=testhost --port=3307 --debug`
101-
Then STDERR should match #Final MySQL command: .* --host=testhost.*--port=3307#
101+
Then STDERR should match #Running shell command: .* --host=testhost.*--port=3307#
102102

103103
Scenario: SQL modes do not include any of the modes incompatible with WordPress
104104
Given a WP install

0 commit comments

Comments
 (0)