mirror of https://github.com/apache/jclouds.git
fooo
This commit is contained in:
parent
215599049a
commit
e63466263b
|
@ -84,7 +84,7 @@ public class BaseAWSEC2ApiMockTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
private final Set<Module> modules = ImmutableSet
|
private final Set<Module> modules = ImmutableSet
|
||||||
.<Module>of(new MockAWSEC2HttpApiModule(), new ExecutorServiceModule(sameThreadExecutor()));
|
.<Module>of(new MockAWSEC2HttpApiModule(), new ExecutorServiceModule(sameThreadExecutor(), sameThreadExecutor()));
|
||||||
|
|
||||||
@ConfiguresHttpApi
|
@ConfiguresHttpApi
|
||||||
class MockAWSEC2HttpApiModule extends AWSEC2HttpApiModule {
|
class MockAWSEC2HttpApiModule extends AWSEC2HttpApiModule {
|
||||||
|
|
Loading…
Reference in New Issue