def test_policy_eval_test_notification_building_works():
    notification = Notification('policy_eval', 'sam', '*****@*****.**')
    assert notification.to_json() is not None
def test_policy_eval_test_notification_building_works():
    notification = Notification("policy_eval", "sam", "*****@*****.**")
    assert notification.to_json() is not None
def test_analysis_update_test_notification_building_works():
    notification = Notification('analysis_update', 'sam', '*****@*****.**')
    assert notification.to_json() is not None
def test_analysis_update_test_notification_building_works():
    notification = Notification("analysis_update", "sam", "*****@*****.**")
    assert notification.to_json() is not None