Skip to content

Commit

Permalink
POWERDNS: Change DHCID test value to valid base64 code (#2915)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Führicht <robert.fuehricht@gmx.at>
  • Loading branch information
fuero and Robert Führicht committed Apr 19, 2024
1 parent 5078927 commit df0fa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationTest/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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", "Test/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
tc("Modify DHCID record", dhcid("test", "FOOAAAAAAAAuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
),

testgroup("DNAME",
Expand Down

0 comments on commit df0fa2d

Please sign in to comment.