mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
When we get a support ticket we need to check whether a user has any live services. We have a method for this on the user model now, so we don’t need a separate function in the feedback code. It wasn’t very well tested so I’ve adapted the old tests from the feedback view to work against the method on the user model too.