Skip to content

Commit

Permalink
fix/3031-fix-conv-requests: fixed e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
irinakartun committed Jan 28, 2025
1 parent eb0eb15 commit d674005
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class BaseSideBarConversationTree extends SideBarEntitiesTree {
public async selectConversation(
name: string,
indexOrOptions?: number | { exactMatch: boolean; index?: number },
{ isHttpMethodTriggered = true }: { isHttpMethodTriggered?: boolean } = {},
{ isHttpMethodTriggered = false }: { isHttpMethodTriggered?: boolean } = {},
) {
const conversationToSelect = this.getTreeEntity(name, indexOrOptions);
if (isApiStorageType && isHttpMethodTriggered) {
Expand Down

0 comments on commit d674005

Please sign in to comment.