-
- Downloads
Fix bug causing test email pulses to fail
When test pulses are sent out their channel_types are strings not keywords which caused the multimethod lookup in the pulse code to fail. This commit adds a unit test that covers our pulse test capability and ensures channel_type fields are keywords before invoking the multimethod. Fixes #6465
Please register or sign in to comment