aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar James Kang <164518010+majorteach@users.noreply.github.com> 2024-03-23 17:57:33 +0800
committerGravatar GitHub <noreply@github.com> 2024-03-23 09:57:33 +0000
commit9b4a00ff4ac15eac4e5f4f40d160046464e24cc8 (patch)
tree4d737016a659541308ef826e92f676e7cffeea80
parent24c64f97c90b68b8d0e8221af3b7741d652ced1d (diff)
downloadcoredns-9b4a00ff4ac15eac4e5f4f40d160046464e24cc8.tar.gz
coredns-9b4a00ff4ac15eac4e5f4f40d160046464e24cc8.tar.zst
coredns-9b4a00ff4ac15eac4e5f4f40d160046464e24cc8.zip
chore: remove repetitive word (#6564)
-rw-r--r--plugin/geoip/geoip_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/geoip/geoip_test.go b/plugin/geoip/geoip_test.go
index b11fc8b57..2d66f263e 100644
--- a/plugin/geoip/geoip_test.go
+++ b/plugin/geoip/geoip_test.go
@@ -34,7 +34,7 @@ func TestMetadata(t *testing.T) {
{"geoip/postalcode", "CB4"},
}
- knownIPAddr := "81.2.69.142" // This IP should be be part of the CDIR address range used to create the database fixtures.
+ knownIPAddr := "81.2.69.142" // This IP should be part of the CDIR address range used to create the database fixtures.
for _, tc := range tests {
t.Run(fmt.Sprintf("%s/%s", tc.label, "direct"), func(t *testing.T) {
geoIP, err := newGeoIP(cityDBPath, false)