Update orchestrator/src/server/api/routes/profile.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
442e600b58
commit
852e2ff6fc
@ -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', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user