mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: fix moonshot env sort lint
This commit is contained in:
@@ -20,8 +20,8 @@ describe("moonshot provider plugin", () => {
|
||||
it("mirrors Kimi web-search env credentials in manifest metadata", () => {
|
||||
const manifestEnvVars = readManifest().providerAuthEnvVars?.moonshot ?? [];
|
||||
|
||||
expect([...manifestEnvVars].sort()).toStrictEqual(
|
||||
[...createKimiWebSearchProvider().envVars].sort(),
|
||||
expect([...manifestEnvVars].toSorted()).toStrictEqual(
|
||||
[...createKimiWebSearchProvider().envVars].toSorted(),
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user