mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
Users and confirmation objects with the type `Confirmation.USER_REGISTRATION` or `Confirmation.INVITATION` may have plan data associated with them but not displayed previously due to a bug. This fixes this issue and adds test cases to verify that the realm details correctly displays the plan data. Signed-off-by: Zixuan James Li <p359101898@gmail.com>