From d501f3f88ecd8410ae4040c62a099017db8dcb9f Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 31 Jan 2020 23:05:31 -0600 Subject: [refactor] telnet dispatcher, handle errors --- test/integration/sipcli/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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} -- cgit v1.2.3