CHORE: Rename -provider to -profile within the integration tests.

This commit is contained in:
Jeffrey Cafferata 2025-01-05 14:15:27 +01:00 committed by Tom Limoncelli
parent 533c7e0946
commit e8bf7c71d4

View file

@ -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