浏览代码

.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"},