Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
suvit committed Jan 7, 2013
1 parent 5e730b0 commit 075e305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion suds_passworddigest/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def test_digest_generation(self):
token.password = 'test'
token.nonce = base64.decodestring("8kqcOS9SFYxSRslITbBmlw==")
token.created = "2012-10-29T08:18:34.836Z"
print token.created

self.assertEquals(token.generate_digest(),
"LOzA3VPv+2hFGOHq8O6gcEXsc/k=")
Expand Down

0 comments on commit 075e305

Please sign in to comment.