Skip to content

Commit

Permalink
Unused Var
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed Aug 25, 2015
1 parent 7ee9fbf commit 525b750
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_Farmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def callback():

header_date = formatdate(timeval=mktime(datetime.now().timetuple()),
localtime=True, usegmt=True)
message = farmer.get_server_address() + " " + header_date
header_authorization = blockchain.sign_unicode(wif, "lalala-wrong")
farmer.authenticate(header_authorization, header_date)
self.assertRaises(AuthError, callback)

0 comments on commit 525b750

Please sign in to comment.