> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > + * See the License for the specific language governing permissions and > + * limitations under the License. > + */ > +package org.jclouds.profitbricks.features; > + > +import com.squareup.okhttp.mockwebserver.MockResponse; > +import com.squareup.okhttp.mockwebserver.MockWebServer; > +import org.jclouds.profitbricks.ProfitBricksApi; > +import org.jclouds.profitbricks.domain.Drive; > +import org.jclouds.profitbricks.internal.BaseProfitBricksMockTest; > +import static > org.jclouds.profitbricks.internal.BaseProfitBricksMockTest.mockWebServer; > +import static org.testng.Assert.assertNotNull; > +import org.testng.annotations.Test; > + > +@Test(groups = "unit", testName = "DataCenterApiMockTest")
Fix the test name --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/146/files#r25730431
