Skip to content

Commit

Permalink
Fix: Test description
Browse files Browse the repository at this point in the history
  • Loading branch information
BLasan committed Jun 14, 2023
1 parent 17de8be commit f91ad87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void testGetAndUpdateSharedScope() throws Exception {
"Shared scope description does not match with the expected description");
}

@Test(groups = { "wso2.am" }, description = "Test get and update shared scope",
@Test(groups = { "wso2.am" }, description = "Test delete shared scope",
dependsOnMethods = "testGetAndUpdateSharedScope")
public void testDeleteSharedScope() throws Exception {
restAPIPublisher.deleteSharedScope(sharedScopeId);
Expand Down

0 comments on commit f91ad87

Please sign in to comment.