mirror of
https://github.com/labring/FastGPT.git
synced 2026-06-14 01:02:36 +08:00
fix: switch user_main invocation to use keyword arguments for better default parameter handling (#6756)
* fix: switch user_main invocation to use keyword arguments for better default parameter handling * fix: test --------- Co-authored-by: archer <545436317@qq.com>
This commit is contained in:
@@ -25,8 +25,8 @@ beforeAll(async () => {
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
await jsPool.shutdown();
|
||||
await pyPool.shutdown();
|
||||
await jsPool?.shutdown();
|
||||
await pyPool?.shutdown();
|
||||
});
|
||||
|
||||
describe('模块拦截', () => {
|
||||
|
||||
Reference in New Issue
Block a user