mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
streams: Capitalize "ID" in invalid stream errors in API.
This commit changes the error message from "Invalid stream id" to "Invalid stream ID" for cases where invalid stream IDs are passed to API endpoints to make it consistent with other similar error messages.
This commit is contained in:
@@ -131,7 +131,7 @@ class TypingValidateToArgumentsTest(ZulipTestCase):
|
||||
"topic": topic,
|
||||
},
|
||||
)
|
||||
self.assert_json_error(result, "Invalid stream id")
|
||||
self.assert_json_error(result, "Invalid stream ID")
|
||||
|
||||
|
||||
class TypingHappyPathTestPMs(ZulipTestCase):
|
||||
|
||||
Reference in New Issue
Block a user