summaryrefslogtreecommitdiff
path: root/test/integration/sipcli/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/sipcli/main.go')
-rw-r--r--test/integration/sipcli/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/sipcli/main.go b/test/integration/sipcli/main.go
index 1e05938..8393a37 100644
--- a/test/integration/sipcli/main.go
+++ b/test/integration/sipcli/main.go
@@ -12,8 +12,8 @@ import (
"strings"
)
-const authURI string = "https://%s:%s/3/auth"
-const certURI string = "https://%s:%s/3/cert"
+const authURI string = "%s:%s/3/auth"
+const certURI string = "%s:%s/3/cert"
func formatCredentials(user, pass string) (string, error) {
c := creds.Credentials{User: user, Password: pass}