(prefix: string)
| 35 | const api = composePluginApi([openApiHttpPlugin()] as const); |
| 36 | |
| 37 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 38 | |
| 39 | /** Upstream on 127.0.0.1: `GET /issues` is 200 for any bearer. The refresh is |
| 40 | * rejected before any upstream call, so this only proves the failure came |
no test coverage detected