mirror of https://github.com/apache/jclouds.git
expect test ignored properties
This commit is contained in:
parent
416a795796
commit
cab271d30f
|
@ -559,7 +559,7 @@ public abstract class BaseRestApiExpectTest<S> {
|
|||
// isolate tests from eachother, as default credentialStore is static
|
||||
return builder.credentials(identity, credential).modules(
|
||||
ImmutableSet.of(new ExpectModule(fn), new NullLoggingModule(), new CredentialStoreModule(new CopyInputStreamInputSupplierMap(
|
||||
new ConcurrentHashMap<String, InputSupplier<InputStream>>())), module)).overrides(setupProperties())
|
||||
new ConcurrentHashMap<String, InputSupplier<InputStream>>())), module)).overrides(props)
|
||||
.buildInjector();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue