We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688337c commit 22ae208Copy full SHA for 22ae208
tests/unit/smithery.test.ts
@@ -20,7 +20,7 @@ describe('smithery entrypoint barrier behavior', () => {
20
const loadSpy = vi.spyOn(toolsLoader, 'loadToolsFromInput').mockResolvedValue([]);
21
22
// Act
23
- const server = smithery({ config: { apifyToken: 'TEST_TOKEN', enableAddingActors: true } });
+ const server = smithery({ config: { apifyToken: 'TEST_TOKEN', enableAddingActors: true, enableActorAutoLoading: true } });
24
25
// Assert
26
expect(server).toBeTruthy();
0 commit comments