diff --git a/models/dns_test.go b/models/dns_test.go index 78d1261ff..5ba8a35bd 100644 --- a/models/dns_test.go +++ b/models/dns_test.go @@ -44,7 +44,7 @@ func TestRR(t *testing.T) { TTL: 300, NameFQDN: "example.com", CaaTag: "iodef", - CaaFlag: 1, + CaaFlag: 1, } expected = "example.com.\t300\tIN\tCAA\t1 iodef \"mailto:test@example.com\"" found = experiment.ToRR().String()