Skip to content

Commit

Permalink
test: fix exception text
Browse files Browse the repository at this point in the history
  • Loading branch information
Hensel committed Apr 29, 2016
1 parent 9f80591 commit 22fc643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def setUp(self):
self.kwargs['login'] = os.environ['SENDSAY_LOGIN']
self.kwargs['password'] = os.environ['SENDSAY_PASSWORD']
except KeyError:
raise Exception("SENDSAY_LOGIN and SENDSAY_PASSWORD doesn't exists in environmental variables.")
raise Exception("SENDSAY_LOGIN and SENDSAY_PASSWORD should be exists in environmental variables.")

if 'SENDSAY_SUBLOGIN' in os.environ:
self.kwargs['sublogin'] = os.environ['SENDSAY_SUBLOGIN']
Expand Down

0 comments on commit 22fc643

Please sign in to comment.