summaryrefslogtreecommitdiff
path: root/service/http
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-28 15:24:47 +0300
committerValery Piashchynski <[email protected]>2020-02-28 15:24:47 +0300
commita9fd9d7af11a4a08ea73e61ee3a01951d78ef70b (patch)
treea647eba17fa12b47bd0a6071da82d06ce277b5f5 /service/http
parent62c21596cc20af31d3248b289f62221a2f730e75 (diff)
port rotation
Diffstat (limited to 'service/http')
-rw-r--r--service/http/ssl_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/ssl_test.go b/service/http/ssl_test.go
index fe42068e..b82aa75c 100644
--- a/service/http/ssl_test.go
+++ b/service/http/ssl_test.go
@@ -236,7 +236,7 @@ func Test_SSL_Service_Push(t *testing.T) {
time.Sleep(time.Millisecond * 100)
defer c.Stop()
- req, err := http.NewRequest("GET", "https://localhost:6900?hello=world", nil)
+ req, err := http.NewRequest("GET", "https://localhost:6903?hello=world", nil)
assert.NoError(t, err)
r, err := sslClient.Do(req)