mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
POWERDNS: Change DHCID test value to valid base64 code (#2915)
Co-authored-by: Robert Führicht <robert.fuehricht@gmx.at>
This commit is contained in:
@ -1602,7 +1602,7 @@ func makeTests() []*TestGroup {
|
|||||||
testgroup("DHCID",
|
testgroup("DHCID",
|
||||||
requires(providers.CanUseDHCID),
|
requires(providers.CanUseDHCID),
|
||||||
tc("Create DHCID record", dhcid("test", "AAIBY2/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
|
tc("Create DHCID record", dhcid("test", "AAIBY2/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
|
||||||
tc("Modify DHCID record", dhcid("test", "Test/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
|
tc("Modify DHCID record", dhcid("test", "FOOAAAAAAAAuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
|
||||||
),
|
),
|
||||||
|
|
||||||
testgroup("DNAME",
|
testgroup("DNAME",
|
||||||
|
Reference in New Issue
Block a user