aboutsummaryrefslogtreecommitdiffhomepage
path: root/caddytest/integration/mockdns_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'caddytest/integration/mockdns_test.go')
-rw-r--r--caddytest/integration/mockdns_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/caddytest/integration/mockdns_test.go b/caddytest/integration/mockdns_test.go
index 1b2efb653..615116a3a 100644
--- a/caddytest/integration/mockdns_test.go
+++ b/caddytest/integration/mockdns_test.go
@@ -34,7 +34,7 @@ func (MockDNSProvider) UnmarshalCaddyfile(d *caddyfile.Dispenser) error {
return nil
}
-// AppendsRecords appends DNS records to the zone.
+// AppendRecords appends DNS records to the zone.
func (MockDNSProvider) AppendRecords(ctx context.Context, zone string, recs []libdns.Record) ([]libdns.Record, error) {
return nil, nil
}