> @@ -410,7 +410,7 @@ public void testGetUserWithHostname() {
>              
> HttpResponse.builder().statusCode(200).payload(payloadFromResource("/user_get_withhost.json")).build()
>        ).getUserApiForInstanceInZone("instanceId-1234-5678","RegionOne");
>  
> -      User user = api.get("exampleuser", "192.168.64.64");
> +      User user = api.get("example.user", "192.168.64.64");
>        assertEquals(user.getName(), "exampleuser");

The result is based on the json file, if I changed that it would have required 
changing other tests as well.

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

Reply via email to