(t *testing.T, cfg config.Wrapper)
| 1014 | } |
| 1015 | |
| 1016 | func startHTTP(t *testing.T, cfg config.Wrapper) string { |
| 1017 | return startHTTPWithShutdownTimeout(t, cfg, 0) |
| 1018 | } |
| 1019 | |
| 1020 | func startHTTPWithShutdownTimeout(t *testing.T, cfg config.Wrapper, shutdownTimeout time.Duration) string { |
| 1021 | m := new(modelmocks.Model) |
no test coverage detected