mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
chore: remove repetitive word (#6564)
This commit is contained in:
@@ -34,7 +34,7 @@ func TestMetadata(t *testing.T) {
|
|||||||
{"geoip/postalcode", "CB4"},
|
{"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 {
|
for _, tc := range tests {
|
||||||
t.Run(fmt.Sprintf("%s/%s", tc.label, "direct"), func(t *testing.T) {
|
t.Run(fmt.Sprintf("%s/%s", tc.label, "direct"), func(t *testing.T) {
|
||||||
geoIP, err := newGeoIP(cityDBPath, false)
|
geoIP, err := newGeoIP(cityDBPath, false)
|
||||||
|
|||||||
Reference in New Issue
Block a user