Skip to content

Commit

Permalink
remove vulnerability reference from theme.feature behat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed May 22, 2023
1 parent c07c4b2 commit ce4ce33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/theme.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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:
"""
Expand All @@ -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
"""

0 comments on commit ce4ce33

Please sign in to comment.