Skip to content

Commit

Permalink
Rename: Scope test name
Browse files Browse the repository at this point in the history
  • Loading branch information
BLasan committed Jun 16, 2023
1 parent 5cf92a1 commit 084f4ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

package org.wso2.am.integration.tests.other;

import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
Expand All @@ -35,7 +33,7 @@
import java.util.ArrayList;
import java.util.List;

public class SharedScopeTestWIthRestart extends APIManagerLifecycleBaseTest {
public class SharedScopeTestWithRestart extends APIManagerLifecycleBaseTest {

private String sharedScopeName = "TestSharedScopeWithRestart";
private String sharedScopeDisplayName = "Test Shared Scope with Restart";
Expand All @@ -48,7 +46,7 @@ public class SharedScopeTestWIthRestart extends APIManagerLifecycleBaseTest {
private ServerConfigurationManager serverConfigurationManager;

@Factory(dataProvider = "userModeDataProvider")
public SharedScopeTestWIthRestart(TestUserMode userMode) {
public SharedScopeTestWithRestart(TestUserMode userMode) {
this.userMode = userMode;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<test name="apim-integration-tests-shared-scope-with-restart" preserve-order="true" parallel="false" group-by-instances="true">
<parameter name="group" value="group1"/>
<classes>
<class name="org.wso2.am.integration.tests.other.SharedScopeTestWIthRestart"/>
<class name="org.wso2.am.integration.tests.other.SharedScopeTestWithRestart"/>
</classes>
</test>

Expand Down

0 comments on commit 084f4ff

Please sign in to comment.