> */
> @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();
Thanks!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r6251946