diff --git a/apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/VolumeAsyncClientTest.java b/apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/VolumeAsyncClientTest.java index b33ad30ed1..4317aec455 100644 --- a/apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/VolumeAsyncClientTest.java +++ b/apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/VolumeAsyncClientTest.java @@ -39,8 +39,6 @@ import org.testng.annotations.Test; @Test(groups = "unit", testName = "VolumeAsyncClientTest") public class VolumeAsyncClientTest extends BaseCloudStackAsyncClientTest { - protected String prefix = System.getProperty("user.name"); - public void testListVolumes() throws SecurityException, NoSuchMethodException, IOException { Method method = VolumeAsyncClient.class.getMethod("listVolumes", ListVolumesOptions[].class); HttpRequest httpRequest = processor.createRequest(method); @@ -60,11 +58,11 @@ public class VolumeAsyncClientTest extends BaseCloudStackAsyncClientTest