mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
This creates a valid registration, for two reasons: 1. Avoid the need to run "manage.py register_server" in dev env to register, when wanting to to test stuff with `PUSH_NOTIFICATION_BOUNCER_URL = "http://localhost:9991"`. 2. Avoid breaking RemoteRealm syncing, due to duplicate registrations (first set of registrations that gets set up with the dummy RemoteZulipServer in populate_db, and the second that gets set up via the regular syncing mechanism with the new RemoteZulipServer created during register_server).