mirror of
https://ghproxy.net/https://github.com/wp-cli/extension-command.git
synced 2025-10-04 05:45:37 +08:00
Fix gherkin lint
This commit is contained in:
parent
71406b9932
commit
f9f516a7c2
1 changed files with 1 additions and 1 deletions
|
@ -118,6 +118,6 @@ Feature: Show the status of auto-updates for WordPress plugins
|
|||
@require-wp-5.5
|
||||
Scenario: Handle malformed option value
|
||||
When I run `wp option update auto_update_plugins ""`
|
||||
When I try `wp plugin auto-updates status hello`
|
||||
And I try `wp plugin auto-updates status hello`
|
||||
Then the return code should be 0
|
||||
And STDERR should be empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue