Skip to content

Commit

Permalink
Fix tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Jul 3, 2024
1 parent 08e242b commit b7cf220
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { Subject } from 'rxjs';
import { EventEmitter, PassThrough, type Readable } from 'stream';
import { finished } from 'stream/promises';
import { ObservabilityAIAssistantClient } from '.';
import { createResourceNamesMap } from '..';
import { MessageRole, type Message } from '../../../common';
import { ObservabilityAIAssistantConnectorType } from '../../../common/connectors';
import {
Expand Down Expand Up @@ -186,7 +185,6 @@ describe('Observability AI Assistant client', () => {
knowledgeBaseService: knowledgeBaseServiceMock,
logger: loggerMock,
namespace: 'default',
resources: createResourceNamesMap(),
user: {
name: 'johndoe',
},
Expand Down

0 comments on commit b7cf220

Please sign in to comment.