From e8bf7c71d4df5ee48d9edbc608ad5663f91d88fa Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Sun, 5 Jan 2025 14:15:27 +0100 Subject: [PATCH] CHORE: Rename `-provider` to `-profile` within the integration tests. --- integrationTest/integration_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index 13c82e294..1e3f1be64 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -1917,9 +1917,9 @@ func makeTests() []*TestGroup { // CLOUDFLAREAPI: Redirects: - // go test -v -verbose -provider CLOUDFLAREAPI // PAGE_RULEs - // go test -v -verbose -provider CLOUDFLAREAPI -cfredirect=c // Convert: Convert page rules to Single Redirect - // go test -v -verbose -provider CLOUDFLAREAPI -cfredirect=n // New: Convert old to new Single Redirect + // go test -v -verbose -profile CLOUDFLAREAPI // PAGE_RULEs + // go test -v -verbose -profile CLOUDFLAREAPI -cfredirect=c // Convert: Convert page rules to Single Redirect + // go test -v -verbose -profile CLOUDFLAREAPI -cfredirect=n // New: Convert old to new Single Redirect // ProTip: Add this to just run this test: // -start 59 -end 60