AshaBPatil
Results
2
comments of
AshaBPatil
yes this is happening only in the test environment , this is the test code : @ExtendWith(MockitoExtension.class) @SpringBootTest( classes = { DgsAutoConfiguration.class, AnswerFieldDataFetcher.class, GraphQLRuntimeWiring.class, DgsExtendedScalarsAutoConfiguration.class }, properties = {}) public...
this worked for me thank you