Skip to content

Commit cd4ee18

Browse files
committed
fix(tests): update default API_BASE_URL in vitest configuration to match server settings
1 parent 0b0581b commit cd4ee18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api/vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig({
1616
// Environment variable for API base URL
1717
env: {
1818
// Keep the default aligned with docs and client config so runs succeed
19-
API_BASE_URL: process.env.API_BASE_URL || 'http://localhost:3001',
19+
API_BASE_URL: process.env.API_BASE_URL || 'http://localhost:3333',
2020
},
2121
},
2222
});

0 commit comments

Comments
 (0)