Commit 31d29b2f by Sola Committed by Piotr Mitros

removed incorrect assertEqual

parent ec4defe5
...@@ -10,5 +10,4 @@ def test_rate_hint(self): ...@@ -10,5 +10,4 @@ def test_rate_hint(self):
'answer': 'answer 'answer': 'answer
} }
) )
self.assertEqual(resp['Success'], True)
self.assertEqual(resp['rating'], 2) self.assertEqual(resp['rating'], 2)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment