Skip to content

Commit 3b0e80a

Browse files
committed
Update the user agent test
1 parent 2b121e8 commit 3b0e80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/user_agent_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class MyTestClass(BaseCase):
66

77
def test_user_agent(self):
8-
self.open('http://www.whatsmyua.info/')
8+
self.open('https://www.whatsmyua.info/')
99
user_agent = self.get_text("#custom-ua-string")
1010
print("\n\nUser-Agent = %s\n" % user_agent)
1111
print("Displaying User-Agent Info:")

0 commit comments

Comments
 (0)