tests: Reserve "Internal" client, used by email gateway and topic moves.

(cherry picked from commit 13b9c87f93)
This commit is contained in:
Alex Vandiver
2023-09-27 00:55:39 +00:00
committed by Tim Abbott
parent aee36b2b49
commit fd1db72276
6 changed files with 10 additions and 9 deletions

View File

@@ -53,6 +53,7 @@ def create_internal_realm() -> None:
# just ensures these get low IDs in production, and in development
# avoids an extra database write for the first HTTP request in
# most tests.
get_client("Internal")
get_client("website")
get_client("ZulipMobile")
get_client("ZulipElectron")