mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-27 23:45:47 +08:00
Fix build
This commit is contained in:
parent
baf045d0ab
commit
24ff9eb423
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ func TestRR(t *testing.T) {
|
|||
TTL: 300,
|
||||
NameFQDN: "example.com",
|
||||
CaaTag: "iodef",
|
||||
CaaFlags: 1,
|
||||
CaaFlag: 1,
|
||||
}
|
||||
expected = "example.com.\t300\tIN\tCAA\t1 iodef \"mailto:test@example.com\""
|
||||
found = experiment.ToRR().String()
|
||||
|
|
Loading…
Add table
Reference in a new issue