Merge pull request #44013 from izeye
* pr/44013: Remove duplicate test Closes gh-44013
This commit is contained in:
commit
eeee7d9d7c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue