Skip to content

Commit

Permalink
Removed assertIn
Browse files Browse the repository at this point in the history
  • Loading branch information
marazmiki committed Aug 22, 2014
1 parent b6f97b2 commit 8a2d014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onpay/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def test_check_form_valid_md5_failed(self):
data.update(md5='*****')
resp = self.client.post(self.url, data=data)
self.assertEquals(400, resp.status_code)
self.assertIn('failed', resp.content)

def test_pay_form_valid(self):
data = self.get_pay_data()
Expand Down

0 comments on commit 8a2d014

Please sign in to comment.