(t *testing.T, tgt module.DeliveryTarget, from string, to []string)
| 189 | } |
| 190 | |
| 191 | func DoTestDelivery(t *testing.T, tgt module.DeliveryTarget, from string, to []string) string { |
| 192 | t.Helper() |
| 193 | return DoTestDeliveryMeta(t, tgt, from, to, &module.MsgMetadata{ |
| 194 | OriginalFrom: from, |
| 195 | }) |
| 196 | } |
| 197 | |
| 198 | func DoTestDeliveryMeta(t *testing.T, tgt module.DeliveryTarget, from string, to []string, msgMeta *module.MsgMetadata) string { |
| 199 | t.Helper() |