Remove duplicate test
Remove shouldNotRegisterStructuredLoggingJsonMembersCustomizer... RuntimeHints since it duplicates shouldNotRegisterStructuredLogging... JsonMembersCustomizerRuntimeHintsWhenCustomizerIsNotSet See gh-44013 Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
@@ -62,13 +62,6 @@ class StructuredLoggingJsonMembersCustomizerBeanFactoryInitializationAotProcesso
|
||||
.accepts(hints);
|
||||
}
|
||||
|
||||
@Test
|
||||
void shouldNotRegisterStructuredLoggingJsonMembersCustomizerRuntimeHints() {
|
||||
MockEnvironment environment = new MockEnvironment();
|
||||
BeanFactoryInitializationAotContribution contribution = getContribution(environment);
|
||||
assertThat(contribution).isNull();
|
||||
}
|
||||
|
||||
@Test
|
||||
void shouldNotRegisterStructuredLoggingJsonMembersCustomizerRuntimeHintsWhenCustomizerIsNotSet() {
|
||||
MockEnvironment environment = new MockEnvironment();
|
||||
|
||||
Reference in New Issue
Block a user