mirror of https://github.com/apache/jclouds.git
fixed test case relating to login_port change
This commit is contained in:
parent
3621b0e8c7
commit
266cd9cb95
|
@ -109,7 +109,7 @@ public class BYONComputeServiceTest {
|
|||
Location maryland = zoneCalled("maryland", providerLocation);
|
||||
|
||||
assertEquals(context.getComputeService().listNodes(), ImmutableSet.of(expectedNodeMetadataFromResource(1,
|
||||
endpoint, virginia), expectedNodeMetadataFromResource(2, endpoint, maryland)));
|
||||
endpoint, virginia), expectedNodeMetadataFromResource(2, endpoint, maryland, 2022)));
|
||||
|
||||
assertEquals(context.getComputeService().listAssignableLocations(), ImmutableSet.of(virginia, maryland));
|
||||
} finally {
|
||||
|
|
Loading…
Reference in New Issue