Skip to content

Commit b8b3ce3

Browse files
committed
fix tests
1 parent 9a0846b commit b8b3ce3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/actor-server-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import log from '@apify/log';
77

88
import { createExpressApp } from '../src/actor/server.js';
99
import { HelperTools } from '../src/const.js';
10-
import { ActorsMcpServer } from '../src/mcp-server.js';
10+
import { ActorsMcpServer } from '../src/mcp/mcp-server.js';
1111

1212
describe('ApifyMcpServer initialization', () => {
1313
let app: Express;

tests/actor-utils-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, it, expect } from 'vitest';
22

3-
import { parseInputParamsFromUrl } from '../src/actor/utils.js';
3+
import { parseInputParamsFromUrl } from '../src/mcp/utils.js';
44

55
describe('parseInputParamsFromUrl', () => {
66
it('should parse actors from URL query params', () => {

0 commit comments

Comments
 (0)