Skip to content

Commit 3f83f5d

Browse files
oboehmerlucagiove
authored andcommitted
revert client side cert url change back to original
1 parent 199a04e commit 3f83f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atests/test_ssl_certs.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Get HTTPS & Verify Cert with a CA bundle
1818
Get HTTPS with Client Side Certificates
1919
[Tags] get get-cert
2020
@{client_certs}= Create List ${CURDIR}${/}clientcert.pem ${CURDIR}${/}clientkey.pem
21-
Create Client Cert Session sslsession https://github.com client_certs=@{client_certs}
21+
Create Client Cert Session sslsession https://server.cryptomix.com/secure client_certs=@{client_certs}
2222
${resp}= GET On Session sslsession /
2323
Should Be Equal As Strings ${resp.status_code} 200

0 commit comments

Comments
 (0)