From d082c6bdd9c1611a2190a5156bf6f7c7bdca3617 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 3 Sep 2025 13:43:53 +0200 Subject: [PATCH] Fix tests for Hello Dolly --- features/core.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/core.feature b/features/core.feature index e5740b93..c08677ec 100644 --- a/features/core.feature +++ b/features/core.feature @@ -256,7 +256,7 @@ Feature: Manage WordPress installation Given a WP install And a custom wp-content directory - When I run `wp plugin status hello` + When I run `wp plugin status akismet` Then STDOUT should not be empty Scenario: User defined in wp-cli.yml