()
| 13 | ) |
| 14 | |
| 15 | func pngArg() attachmentArg { |
| 16 | return attachmentArg{Path: "./login.png", URL: pngURL, Alt: "login"} |
| 17 | } |
| 18 | |
| 19 | func mp4Arg() attachmentArg { |
| 20 | return attachmentArg{Path: "./repro.mp4", URL: mp4URL, Alt: "repro.mp4", RendersAsPlayer: true} |
no outgoing calls
no test coverage detected