mirror of
https://github.com/google/nomulus
synced 2026-09-19 22:44:26 +00:00
Add some more configs to ConfigModule and provide it in flow tests
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133079669
This commit is contained in:
@@ -21,6 +21,7 @@ import dagger.Component;
|
||||
import dagger.Module;
|
||||
import dagger.Provides;
|
||||
import dagger.Subcomponent;
|
||||
import google.registry.config.ConfigModule;
|
||||
import google.registry.monitoring.whitebox.BigQueryMetricsEnqueuer;
|
||||
import google.registry.monitoring.whitebox.EppMetric;
|
||||
import google.registry.request.RequestScope;
|
||||
@@ -32,6 +33,7 @@ import javax.inject.Singleton;
|
||||
@Singleton
|
||||
@Component(
|
||||
modules = {
|
||||
ConfigModule.class,
|
||||
EppTestComponent.FakesAndMocksModule.class
|
||||
})
|
||||
interface EppTestComponent {
|
||||
@@ -82,3 +84,4 @@ interface EppTestComponent {
|
||||
FlowComponent.Builder flowComponentBuilder();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user