mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-11-09 16:00:36 +08:00
POWERDNS: Value in test was too long (#2916)
Co-authored-by: Robert Führicht <robert.fuehricht@gmx.at>
This commit is contained in:
parent
df0fa2dbf8
commit
da6f6218ee
1 changed files with 1 additions and 1 deletions
|
|
@ -1602,7 +1602,7 @@ func makeTests() []*TestGroup {
|
|||
testgroup("DHCID",
|
||||
requires(providers.CanUseDHCID),
|
||||
tc("Create DHCID record", dhcid("test", "AAIBY2/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
|
||||
tc("Modify DHCID record", dhcid("test", "FOOAAAAAAAAuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
|
||||
tc("Modify DHCID record", dhcid("test", "AAAAAAAAuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
|
||||
),
|
||||
|
||||
testgroup("DNAME",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue