diff options
author | 2024-03-23 17:57:33 +0800 | |
---|---|---|
committer | 2024-03-23 09:57:33 +0000 | |
commit | 9b4a00ff4ac15eac4e5f4f40d160046464e24cc8 (patch) | |
tree | 4d737016a659541308ef826e92f676e7cffeea80 | |
parent | 24c64f97c90b68b8d0e8221af3b7741d652ced1d (diff) | |
download | coredns-9b4a00ff4ac15eac4e5f4f40d160046464e24cc8.tar.gz coredns-9b4a00ff4ac15eac4e5f4f40d160046464e24cc8.tar.zst coredns-9b4a00ff4ac15eac4e5f4f40d160046464e24cc8.zip |
chore: remove repetitive word (#6564)
-rw-r--r-- | plugin/geoip/geoip_test.go | 2 |
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) |