Skip to content

Commit

Permalink
switch to https
Browse files Browse the repository at this point in the history
  • Loading branch information
cajaks2 committed Jan 31, 2020
1 parent 67409ee commit 2aa2125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyawair_conn.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class TestCheckResponse(TestCase):
def test_check_response_pos(self):
"""
"""
response = requests.get("http://developer-apis.awair.is/v1/users/self/devices",
response = requests.get("https://developer-apis.awair.is/v1/users/self/devices",
headers=auth.headers)
good_response = check_response(response)
self.assertEqual(good_response, None)
Expand Down

0 comments on commit 2aa2125

Please sign in to comment.