mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
POWERDNS: Value in test was too long (#2916)
Co-authored-by: Robert Führicht <robert.fuehricht@gmx.at>
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user