mirror of
https://github.com/coredns/coredns.git
synced 2025-08-06 14:27:03 +02:00
chore: remove repetitive word (#6564)
This commit is contained in:
parent
24c64f97c9
commit
9b4a00ff4a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user