Skip to content

Commit 9b6e8dc

Browse files
test(WPB-21957): update backend endpoint to match api version (#19809)
1 parent 75705f3 commit 9b6e8dc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/e2e_tests/backend/ConversationRepository/conversationRepository.e2e.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,8 @@ export class ConversationRepositoryE2E extends BackendClientE2E {
8686
}
8787

8888
const response = await this.axiosInstance.post(
89-
'conversations/list/v2',
90-
{
91-
qualified_ids: qualifiedIds,
92-
},
89+
'conversations/list',
90+
{qualified_ids: qualifiedIds},
9391
{
9492
headers: {
9593
Authorization: `Bearer ${token}`,

0 commit comments

Comments
 (0)