Turn off MAILPOET_USE_CDN when running acceptance tests

This commit is contained in:
Mike Jolley
2024-02-29 13:59:05 +00:00
parent 035f3097ca
commit 2bacedc189

View File

@@ -163,6 +163,7 @@ wp config set WP_DEBUG_DISPLAY true --raw
wp config set WP_DEBUG_LOG true --raw
wp config set COOKIE_DOMAIN \$_SERVER[\'HTTP_HOST\'] --raw
wp config set DISABLE_WP_CRON true --raw
wp config set MAILPOET_USE_CDN false --raw
# activate theme
wp theme install twentytwentyone --activate