Skip to content

Commit 22ae208

Browse files
committed
fix: lint
1 parent 688337c commit 22ae208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/smithery.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('smithery entrypoint barrier behavior', () => {
2020
const loadSpy = vi.spyOn(toolsLoader, 'loadToolsFromInput').mockResolvedValue([]);
2121

2222
// Act
23-
const server = smithery({ config: { apifyToken: 'TEST_TOKEN', enableAddingActors: true } });
23+
const server = smithery({ config: { apifyToken: 'TEST_TOKEN', enableAddingActors: true, enableActorAutoLoading: true } });
2424

2525
// Assert
2626
expect(server).toBeTruthy();

0 commit comments

Comments
 (0)