We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e473f commit a4765baCopy full SHA for a4765ba
agent/src/test/java/com/cloud/agent/AgentTest.java
@@ -123,7 +123,6 @@ public void testAgentInitialization() {
123
@Test
124
public void testAgentShutdownHookAdded() {
125
Runtime.getRuntime().removeShutdownHook(agent.shutdownThread);
126
- when(logger.isTraceEnabled()).thenReturn(true);
127
agent.setupShutdownHookAndInitExecutors();
128
verify(logger).trace("Adding shutdown hook");
129
}
0 commit comments