소스 검색

.travis.yml

Andrey Blinov 7 년 전
부모
커밋
8f9957a878
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"},