mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-28 16:07:49 +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,
|
TTL: 300,
|
||||||
NameFQDN: "example.com",
|
NameFQDN: "example.com",
|
||||||
CaaTag: "iodef",
|
CaaTag: "iodef",
|
||||||
CaaFlags: 1,
|
CaaFlag: 1,
|
||||||
}
|
}
|
||||||
expected = "example.com.\t300\tIN\tCAA\t1 iodef \"mailto:test@example.com\""
|
expected = "example.com.\t300\tIN\tCAA\t1 iodef \"mailto:test@example.com\""
|
||||||
found = experiment.ToRR().String()
|
found = experiment.ToRR().String()
|
||||||
|
|
Loading…
Add table
Reference in a new issue