Skip to content
Snippets Groups Projects
Commit cb2eb413 authored by Jonah Husson's avatar Jonah Husson
Browse files

give tls test its own port

parent 006fed93
No related branches found
No related tags found
3 merge requests!39Merge release into master,!34Update to use modified client, add params for relevant options, enable use of tls with web conn,!32Project/channels
...@@ -80,7 +80,7 @@ func TestWebConnection(t *testing.T) { ...@@ -80,7 +80,7 @@ func TestWebConnection(t *testing.T) {
} }
func TestWebConnection_TLS(t *testing.T) { func TestWebConnection_TLS(t *testing.T) {
addr := "0.0.0.0:11420" addr := "0.0.0.0:11421"
certBytes, err := utils.ReadFile(testkeys.GetNodeCertPath()) certBytes, err := utils.ReadFile(testkeys.GetNodeCertPath())
if err != nil { if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment