1
0
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:
fuero
2024-04-19 20:19:43 +02:00
committed by GitHub
parent df0fa2dbf8
commit da6f6218ee

View File

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