fix: fixed more ESLint errors in GraphApiService

This commit is contained in:
David Rodriguez 2026-03-09 17:36:50 +00:00
parent 41a4a601bf
commit b342ce0191

View file

@ -960,7 +960,7 @@ describe('GraphApiService', () => {
);
expect(graphToken).toBe('mocked-graph-token');
if (client.genericGrantRequest) {
const clientOptions = client.genericGrantRequest.mock.calls[0][3];
expect(clientOptions[Symbol.for('openid-client.custom.fetch')]).toBeDefined();