mirror of https://github.com/apache/jclouds.git
corrected assertion
This commit is contained in:
parent
4f3de0777f
commit
240f76661c
|
@ -204,7 +204,7 @@ public class NodePoolComputeServiceLiveTest extends BaseComputeServiceLiveTest {
|
|||
assertTrue(caughtException, "expected an exception to be thrown");
|
||||
}
|
||||
|
||||
@Test(enabled = true, groups = "live", dependsOnMethods = "testRebuildPoolStateFromStore")
|
||||
@Test(enabled = true, groups = "live", dependsOnMethods = "testIncreasePoolNotAllowed")
|
||||
public void testGetBackendComputeServiceContext() {
|
||||
NodePoolComputeServiceContext ctx = context.utils().injector().getInstance(NodePoolComputeServiceContext.class);
|
||||
assertNotNull(ctx.getBackendContext());
|
||||
|
|
Loading…
Reference in New Issue