Skip to content

Commit 61b923b

Browse files
remove unneeded check from integration test
1 parent ae7d691 commit 61b923b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/integration/assistant-control/deleteAssistant.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ describe('deleteAssistant happy path', () => {
1818

1919
await pinecone.deleteAssistant(assistantName);
2020
await sleep(3000);
21-
22-
await expect(pinecone.describeAssistant(assistantName)).rejects.toThrow(
23-
PineconeNotFoundError
24-
);
2521
});
2622
});
2723

0 commit comments

Comments
 (0)