Jelajahi Sumber

.travis.yml

Andrey Blinov 7 tahun lalu
induk
melakukan
8f9957a878
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"},