mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Fix the merge mess I made with the DS merge (#754)
* DS: More cleanups * Added DS for cloudflare provider with tests * Merge * Added generated files * Regenerated documentation matrix * rebased and regenerated * Updated integration tests * Rebase and regenerate * More cleanups Co-authored-by: Robert Koch <robert@kochie.io> Co-authored-by: Nicolai Ehemann <nicolai.ehemann@enerko-informatik.de>
This commit is contained in:
@ -839,7 +839,7 @@ func makeTests(t *testing.T) []*TestGroup {
|
||||
),
|
||||
|
||||
testgroup("DS",
|
||||
requires(providers.canUseDS),
|
||||
requires(providers.CanUseDS),
|
||||
tc("create DS", ds("@", 1, 13, 1, "ADIGEST")),
|
||||
tc("modify field 1", ds("@", 65535, 13, 1, "ADIGEST")),
|
||||
tc("modify field 3", ds("@", 65535, 13, 2, "ADIGEST")),
|
||||
|
Reference in New Issue
Block a user