From 970817d1c9b58024551a7a52b413b23f47a3c1af Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 13 Dec 2021 10:51:49 -0500 Subject: [PATCH] Adapt feature test to use HTTPS with example.com --- features/cron.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/cron.feature b/features/cron.feature index fffce675..0652d1ea 100644 --- a/features/cron.feature +++ b/features/cron.feature @@ -305,7 +305,7 @@ Feature: Manage WP-Cron events and schedules When I run `wp option get home` Then STDOUT should be: """ - http://example.com + https://example.com """ Scenario: Listing duplicated cron events