-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
team-runtimeRuntime and SDKs teamRuntime and SDKs team
Description
if you disable a component in the Setup, and try to override that in the test it doesn't work.
Setup:
@Override
public Set<Class<?>> disabledComponents() {
return Set.of(AddressToPlaceServiceConsumer.class);
}
test:
@Override
protected TestKit.Settings testKitSettings() {
return TestKit.Settings.DEFAULT
.withDisabledComponents(Set.of())
.withTopicIncomingMessages("address-to-place-responses");
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
team-runtimeRuntime and SDKs teamRuntime and SDKs team