mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Clean up the instances of self.assertIn("string", result.content.decode("utf-8")),
and replace them with self.assert_in_response("string").
Fixes: #2313