()
| 1 | package dispatch_test |
| 2 | |
| 3 | func helpers() map[string]any { |
| 4 | return map[string]any{ |
| 5 | "base_url": func() string { return "http://test.com" }, |
| 6 | "current_year": func() string { return "2024" }, |
| 7 | "logo_url": func() string { return "https://coder.com/coder-logo-horizontal.png" }, |
| 8 | "app_name": func() string { return "Coder" }, |
| 9 | } |
| 10 | } |
no outgoing calls
no test coverage detected