aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)