We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede2e4e commit e1d2094Copy full SHA for e1d2094
server/node-service/src/plugins/openApi/util.test.ts
@@ -1,7 +1,7 @@
1
import { extractSecurityParams, getSchemaExample, extractLevelData, parseUrl } from "./util";
2
3
test("extractSecurityParams", () => {
4
- const params = extractSecurityParams({ "ApiKeyAuth.value": "hello", ApiKeyAuth: null }, {
+ const params = extractSecurityParams({"dynamicParamsConfig":{ "ApiKeyAuth.value": "hello", ApiKeyAuth: null }}, {
5
openapi: "3.0",
6
components: {
7
securitySchemes: {
0 commit comments