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

Commit

Permalink
Correct test_link test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
lefcha committed Oct 12, 2015
1 parent 5742448 commit e37d47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_link(api_token):
response = api.get_redirect_link()
assert 'link' in response
s = response['link']
assert s.startswith('https://local.todoist.com/secureRedirect?path=')
assert s.startswith('http://local.todoist.com/secureRedirect?path=')


def test_stats(api_token):
Expand Down

0 comments on commit e37d47b

Please sign in to comment.