> @@ -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");
Just curious, shouldn't the `user.getName()` now be `example.user`? It looks
strange to have the `api.get(name, host)` returning something with a different
name.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/14/files#r5078124