Andrey Blinov hace 7 años
padre
commit
8f9957a878
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      handler_test.go

+ 1 - 1
handler_test.go

@@ -32,7 +32,7 @@ func TestToResolveGeoip(t *testing.T) {
 	var (
 		gotHeaders      http.Header
 		expectedHeaders = http.Header{
-			"X-Geoip-Country-Code": []string{"C1Y"},
+			"X-Geoip-Country-Code": []string{"CY"},
 			"X-Geoip-Location-Lat": []string{"34.684100"},
 			"X-Geoip-Location-Lon": []string{"33.037900"},
 			"X-Geoip-Location-Tz":  []string{"Asia/Nicosia"},