From aa7ed00e9c69aaa174a492f2e1285286bab69c6f Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Thu, 6 Apr 2023 12:49:02 -0700 Subject: [PATCH] Update test to reflect warning when `--url=` is provided --- features/bootstrap.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/bootstrap.feature b/features/bootstrap.feature index b18936d9fd..f243bdc27c 100644 --- a/features/bootstrap.feature +++ b/features/bootstrap.feature @@ -401,10 +401,10 @@ Feature: Bootstrap WP-CLI """ And the return code should be 1 - When I run `wp cache flush --url=invalid.com` + When I try `wp cache flush --url=invalid.com` Then STDOUT should contain: """ - Success: + Success: The cache was flushed. """ And the return code should be 0