diff --git a/test/commander/commander.test.ts b/test/commander/commander.test.ts index b97020d7..cf070d02 100644 --- a/test/commander/commander.test.ts +++ b/test/commander/commander.test.ts @@ -7,6 +7,7 @@ import { CommandCenter } from '@opensumi/bot-commander'; const testEnv: IRuntimeEnv = { KV: new LocalKV(), MESSAGE_QUEUE: new NodeQueue(), + ENVIRONMENT: 'unittest', }; describe('command center', () => {