Skip to content

Commit

Permalink
DATAGO-79772 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rudraneel-chakraborty committed Jul 5, 2024
1 parent 8a41b5a commit 10d1a61
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.mock.mockito.SpyBean;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.util.ResourceUtils;

Expand All @@ -46,7 +47,7 @@ public class CommandLogStreamProcessorTest {
@Autowired
private EventPortalProperties eventPortalProperties;

@Autowired
@SpyBean
private CommandLogStreamingProcessor realCommandLogStreamingProcessor;

@Autowired
Expand Down

0 comments on commit 10d1a61

Please sign in to comment.