@SpyBean method not getting mocked
I am writing integration test for controller in which
Controller -> service -> serviceHelper(which is calling another api)
I am writing integration test for controller in which
Controller -> service -> serviceHelper(which is calling another api)