diff --git a/features/theme.feature b/features/theme.feature index 92e0fd9..55d40b1 100644 --- a/features/theme.feature +++ b/features/theme.feature @@ -8,7 +8,7 @@ Feature: Test WordPress for themes with known security issues When I run `wp launchcheck all --all` Then STDOUT should contain: """ - Found 1 themes needing updates and 0 known vulnerabilities + Found 1 themes needing updates """ And STDOUT should contain: """ @@ -23,5 +23,5 @@ Feature: Test WordPress for themes with known security issues When I run `wp launchcheck all --all` Then STDOUT should contain: """ - Found 0 themes needing updates and 0 known vulnerabilities + Found 0 themes needing updates """