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

Fix tests

parent 364eeb32
Branches
Tags
4 merge requests!47Project/https support,!46Swap to using GetCertificate in tlsconf so the cert can be changed,!45re-enable https for servewithweb, add function to provide certs when available,!39Merge release into master
......@@ -2,6 +2,7 @@ package connect
import (
"context"
"crypto/tls"
"gitlab.com/xx_network/comms/connect/token"
pb "gitlab.com/xx_network/comms/messages"
"gitlab.com/xx_network/comms/testkeys"
......@@ -136,6 +137,7 @@ func TestWebConnection_TLS(t *testing.T) {
grpcServer: s,
pubKeyPem: certBytes,
salt: nil,
httpsCredChan: make(chan tls.Certificate, 1),
}
pc.ServeWithWeb()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment