Skip to content

Commit d82e2f0

Browse files
committed
fix(gateway): remove unnecessary type assertion in test
1 parent fa813b5 commit d82e2f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/command-secret-gateway.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ describe("resolveCommandSecretRefsViaGateway", () => {
891891
});
892892

893893
const result = await resolveCommandSecretRefsViaGateway({
894-
config: config as OpenClawConfig,
894+
config,
895895
commandName: "reply",
896896
targetIds: new Set(["talk.providers.*.apiKey", inactiveExecRefPath]),
897897
});

0 commit comments

Comments
 (0)