Skip to content

Commit e1d2094

Browse files
committed
Update test to fix node run failure
1 parent ede2e4e commit e1d2094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/node-service/src/plugins/openApi/util.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { extractSecurityParams, getSchemaExample, extractLevelData, parseUrl } from "./util";
22

33
test("extractSecurityParams", () => {
4-
const params = extractSecurityParams({ "ApiKeyAuth.value": "hello", ApiKeyAuth: null }, {
4+
const params = extractSecurityParams({"dynamicParamsConfig":{ "ApiKeyAuth.value": "hello", ApiKeyAuth: null }}, {
55
openapi: "3.0",
66
components: {
77
securitySchemes: {

0 commit comments

Comments
 (0)