mirror of https://github.com/apache/jclouds.git
Fix typo calling wrong method
This commit is contained in:
parent
958681b38b
commit
120c907633
|
@ -216,7 +216,7 @@ public class BaseCloudStackClientLiveTest extends BaseVersionedServiceLiveTest {
|
|||
adminClient = domainAdminContext.getApi();
|
||||
}
|
||||
|
||||
globalAdminEnabled = setupDomainAdminProperties() != null;
|
||||
globalAdminEnabled = setupGlobalAdminProperties() != null;
|
||||
if (globalAdminEnabled) {
|
||||
globalAdminComputeContext = CloudStackContext.class.cast(new ComputeServiceContextFactory(setupRestProperties()).
|
||||
createContext(provider, ImmutableSet.<Module> of(
|
||||
|
|
Loading…
Reference in New Issue