From 9669301d146be814a8672643870b1004bece830b Mon Sep 17 00:00:00 2001 From: Laurent Nguyen Date: Thu, 12 Oct 2023 06:00:08 +0000 Subject: [PATCH] Remove obsolete unit test (#1655) --- .../DataSamples/ContainerSampleGenerator.test.ts | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/Explorer/DataSamples/ContainerSampleGenerator.test.ts b/src/Explorer/DataSamples/ContainerSampleGenerator.test.ts index c06596531..0b9bf4ec2 100644 --- a/src/Explorer/DataSamples/ContainerSampleGenerator.test.ts +++ b/src/Explorer/DataSamples/ContainerSampleGenerator.test.ts @@ -123,19 +123,6 @@ describe("ContainerSampleGenerator", () => { await generator.createSampleContainerAsync(); }); - it("should not create any sample for Mongo API account", async () => { - const experience = "Sample generation not supported for this API Mongo"; - updateUserContext({ - databaseAccount: { - properties: { - capabilities: [{ name: "EnableMongo" }], - }, - } as DatabaseAccount, - }); - - expect(ContainerSampleGenerator.createSampleGeneratorAsync(explorerStub)).rejects.toMatch(experience); - }); - it("should not create any sample for Table API account", async () => { const experience = "Sample generation not supported for this API Tables"; updateUserContext({