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

Commit

Permalink
Fix failing link test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lefcha committed Jan 12, 2016
1 parent ae33b2b commit fc42def
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ def test_link(api_token):
api.api_endpoint = 'https://local.todoist.com'
response = api.get_redirect_link()
assert 'link' in response
s = response['link']
assert s.startswith('https://local.todoist.com/secureRedirect?path=')


def test_stats(api_token):
Expand Down

0 comments on commit fc42def

Please sign in to comment.