Fix gherkin lint

This commit is contained in:
Pascal Birchler 2025-05-06 20:55:59 +02:00
parent 71406b9932
commit f9f516a7c2
No known key found for this signature in database
GPG key ID: 0DECE73DD74E8B2F

View file

@ -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