>   */
>  @Test(groups = "unit", testName = "AccountApiExpectTest")
>  public class AccountApiExpectTest extends BaseSwiftApiExpectTest {
>     
> -   public void testGetAccountMetadataWhenResponseIs2xx() throws Exception {
> +   /**
> +    * Tests the {@link AccountApi#get()} method.
> +    * 
> +    * @throws Exception if an exception occurs.
> +    */
> +   public void testGetAccount() throws Exception {
> +      
> +      MockWebServer server = new MockWebServer();

Nice

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

Reply via email to