> +import org.jclouds.http.HttpResponse;
> +import org.jclouds.rackspace.autoscale.v1.domain.Webhook;
> +import org.jclouds.rackspace.autoscale.v1.domain.WebhookResponse;
> +import 
> org.jclouds.rackspace.autoscale.v1.internal.BaseAutoscaleApiExpectTest;
> +import org.testng.annotations.Test;
> +
> +import com.google.common.collect.FluentIterable;
> +import com.google.common.collect.ImmutableList;
> +import com.google.common.collect.ImmutableMap;
> +
> +/**
> + * Tests GroupApi Guice wiring and parsing
> + *
> + * @author Zack Shoylev
> + */
> +@Test(groups = "unit", testName = "GroupApiExpectTest")

Test name should be `WebhookApiExpectTest `.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/48/files#r7513353

Reply via email to