From 08a807e6f091cfb8a7d6205fdffab158fdf4f1a0 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 19 Dec 2024 20:44:52 +0100 Subject: [PATCH] Update test Signed-off-by: Pascal Birchler --- features/makepot.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/makepot.feature b/features/makepot.feature index dfcb852..6be84b9 100644 --- a/features/makepot.feature +++ b/features/makepot.feature @@ -3828,7 +3828,7 @@ Feature: Generate a POT file of a WordPress project """ When I try `wp i18n make-pot foo-theme` - Then STDOUT should be: + Then STDOUT should contain: """ Success: POT file successfully generated. """