Skip to content

Commit

Permalink
removing reduntant call for test function
Browse files Browse the repository at this point in the history
  • Loading branch information
kkushagra committed May 9, 2017
1 parent b541d40 commit f8f0e6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/services/test_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,4 @@ def test_email():

# Bad case
result = email('wrong_token').send('[email protected]', 'tago test', 'test tago services', '[email protected]', 'q')
check_status(result, False)

test_email()
check_status(result, False)

0 comments on commit f8f0e6a

Please sign in to comment.