Update orchestrator/src/server/api/routes/profile.test.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Shaheer Sarfaraz 2026-01-23 12:36:25 +00:00 committed by GitHub
parent 442e600b58
commit 852e2ff6fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ vi.mock('../../repositories/settings.js', async (importOriginal) => {
});
import { getResume, RxResumeCredentialsError } from '../../services/rxresume-v4.js';
import { getProfile, clearProfileCache } from '../../services/profile.js';
import { getProfile } from '../../services/profile.js';
import { getSetting } from '../../repositories/settings.js';
describe.sequential('Profile API routes', () => {