Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
switch to better site for bad ssl test
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Jan 10, 2016
1 parent d5f5b9c commit c792a77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gmusicapi/test/server_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ def all_access(f, *args, **kwargs):

@test(groups=['server-other'])
class SslVerificationTests(object):
# found on https://onlinessl.netlock.hu/en/test-center/invalid-ssl-certificate.html
test_url = 'https://tv.eurosport.com/'
test_url = 'https://wrong.host.badssl.com/'

@test
def site_has_invalid_cert(self):
Expand Down

0 comments on commit c792a77

Please sign in to comment.