From 468c8b877a0517e7fdfa16285d4be1bf84fdd6eb Mon Sep 17 00:00:00 2001 From: kpunwatk Date: Fri, 8 Nov 2024 18:17:26 +0530 Subject: [PATCH] Remove bug number (#1256) Signed-off-by: Karishma Punwatkar modified: cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts --- .../applicationinventory/analysis/custom-rules.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts b/cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts index ba4fee537..22e1b4fbe 100644 --- a/cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts +++ b/cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts @@ -78,7 +78,7 @@ describe(["@tier2"], "Custom Rules in analyses", function () { exists("CUSTOM RULE"); }); - it("Bug MTA-4126: Verify triggered rule", function () { + it("Verify triggered rule", function () { const app = new Analysis( getRandomApplicationData("jee-example-app custom rule"), getRandomAnalysisData({ @@ -117,7 +117,7 @@ describe(["@tier2"], "Custom Rules in analyses", function () { }); // Automates Bug MTA-2000 - it("Bug MTA-4126: Verify triggered rule for javax.* package import", function () { + it("Verify triggered rule for javax.* package import", function () { Issues.openSingleApplication(tackleTestapp.name); exists("CUSTOM RULE for javax.* package import"); });