mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 08:25:23 +02:00
fix: fixed more ESLint errors in GraphApiService
This commit is contained in:
parent
41a4a601bf
commit
b342ce0191
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue