()
| 60 | ); |
| 61 | |
| 62 | const specText = () => { |
| 63 | const spec = makeOpenApiHttpApiTestSourceConfig(TestApi, {}).spec; |
| 64 | if (spec.kind === "blob") return spec.value; |
| 65 | return spec.url; |
| 66 | }; |
| 67 | |
| 68 | const apiKeyTemplate: AuthenticationInput = { |
| 69 | slug: AuthTemplateSlug.make("apiKey"), |
no test coverage detected