mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 13:46:07 +08:00
CHORE: Rename -provider to -profile within the integration tests.
This commit is contained in:
parent
533c7e0946
commit
e8bf7c71d4
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue