diff --git a/utils/helpers.ts b/utils/helpers.ts index b3b9a54..725a4b8 100644 --- a/utils/helpers.ts +++ b/utils/helpers.ts @@ -527,8 +527,7 @@ export const getScenarioTag = async(tags: Array): Promise => { export const isWprRelatedError = async(contents: string): Promise => { const patterns: Array = [ '/plugins/wp-rocket/', - 'wpr_rucss_used_css', - 'wpr_rocket_cache' + 'WP_Rocket' ]; for (const pattern of patterns) {