1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Fix build

This commit is contained in:
Craig Peterson
2017-08-01 09:13:31 -04:00
committed by GitHub
parent baf045d0ab
commit 24ff9eb423

View File

@@ -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()