mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
typing: Migrate to typed_endpoint.
This commit is contained in:
committed by
Tim Abbott
parent
56db3f3d12
commit
6364010df5
@@ -117,7 +117,7 @@ class TypingValidateStreamIdTopicArgumentsTest(ZulipTestCase):
|
||||
"/api/v1/typing",
|
||||
{"type": "stream", "op": "start", "stream_id": "invalid", "topic": "test"},
|
||||
)
|
||||
self.assert_json_error(result, 'Argument "stream_id" is not valid JSON.')
|
||||
self.assert_json_error(result, "stream_id is not valid JSON")
|
||||
|
||||
def test_includes_stream_id_but_not_topic(self) -> None:
|
||||
sender = self.example_user("hamlet")
|
||||
|
||||
Reference in New Issue
Block a user