Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Oct 5, 2021
1 parent c861515 commit 1b0ea6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, String> requestHeaders2 = new HashMap<>();
requestHeaders2.put("accept", APPLICATION_JSON_CONTENT);
Expand Down

0 comments on commit 1b0ea6b

Please sign in to comment.