From 1b0ea6b26909590880d144fe556d82f95377e402 Mon Sep 17 00:00:00 2001 From: krish Date: Tue, 22 Jun 2021 14:33:32 +0530 Subject: [PATCH] Fix description --- .../am/integration/tests/other/CustomizeAuthHeaderTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/other/CustomizeAuthHeaderTestCase.java b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/other/CustomizeAuthHeaderTestCase.java index f4f7c819fd..5bd160fc6e 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/other/CustomizeAuthHeaderTestCase.java +++ b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/other/CustomizeAuthHeaderTestCase.java @@ -152,7 +152,7 @@ public void testTenantWiseCustomAuthHeaderNegative1() throws Exception { "Response code mismatched"); } - @Test(groups = {"wso2.am"}, description = "Set a customer Auth header for tenant in the system. (Test ID: 3.1.1.5, 3.1.1.14)") + @Test(groups = {"wso2.am"}, description = "Set a invalid global header for tenant in the system. (Test ID: 3.1.1.5, 3.1.1.14)") public void testGlobalCustomAuthHeaderNegative2() throws Exception { Map requestHeaders2 = new HashMap<>(); requestHeaders2.put("accept", APPLICATION_JSON_CONTENT);