Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for SSO Push updates to emails_controller_test
As far as I can tell we've been sending push updates (to the applications a user has access to) when a user's email changes since the functionality was added to Signon[1] and gds-sso[2] in 2012. Although we're still sending those push updates from the new `Users::EmailsController` (added in #2509) we weren't testing it in the controller test. I'm adding a test (copied from the previous commit) to avoid regressions in future. [1]: f339848 [2]: alphagov/gds-sso@8c0888c
- Loading branch information