mirror of https://github.com/zulip/zulip.git
Revert "Add "test" to names of test methods so they run"
This reverts commit a590bf6b8ee733893d3410ecb5eebe54141c48ea. This commit broke the test suite because it was not tested after rebasing with Keegan's changes to the tests. (imported from commit 7248a55328609973c5303be6c85eeb5fbfc1475e)
This commit is contained in:
parent
c6929bbc9f
commit
7f06681efa
|
@ -527,10 +527,7 @@ class GetOldMessagesTest(AuthedTestCase):
|
|||
messages.
|
||||
"""
|
||||
self.login("hamlet@humbughq.com")
|
||||
json_result = self.post_with_params({})
|
||||
self.assert_json_success(json_result)
|
||||
result = simplejson.loads(json_result.content)
|
||||
self.check_well_formed_messages_response(result)
|
||||
self.check_well_formed_messages_response(self.post_with_params({}))
|
||||
|
||||
def test_get_old_messages_with_narrow_recipient_id(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue