Skip to content

Commit

Permalink
chore: remove extra comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCharlesHay committed Sep 13, 2024
1 parent 797629f commit e49c40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/cloudflare/cloudflare_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (m *mockCloudFlareClient) UpdateDataLocalizationRegionalHostname(ctx contex
m.Actions = append(m.Actions, MockAction{
Name: "UpdateDataLocalizationRegionalHostname",
ZoneId: rc.Identifier,
RecordId: "", // You can leave this empty or use a default value
RecordId: "",
RecordData: cloudflare.DNSRecord{
Name: rp.Hostname,
},
Expand Down

0 comments on commit e49c40d

Please sign in to comment.