Move some tests from group 3 to group 5
[vid.git] / vid-automation / src / test / java / org / onap / vid / api / BaseApiAaiTest.java
index 32586af..d9ac228 100644 (file)
@@ -22,7 +22,7 @@ import vid.automation.test.services.SimulatorApi;
 
 public class BaseApiAaiTest extends BaseApiTest {
 
-    protected final CategoryParamsService categoryParamsService = new CategoryParamsService();
+    protected static final CategoryParamsService categoryParamsService = new CategoryParamsService();
 
     @BeforeClass
     public void login() {