Commit adc30745 by Sola

removed incorrect assertEqual

parent 4c898b1c
...@@ -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