Commit 1f36fcd2 by 张乐 Committed by GitHub

Merge pull request #271 from nobodyiam/fix-configservice-ut

fix ut error
parents 08c4768c b55e772b
......@@ -47,6 +47,7 @@ public class NotificationControllerIntegrationTest extends AbstractBaseIntegrati
}
@Test(timeout = 5000L)
@Sql(scripts = "/integration-test/cleanup.sql", executionPhase = Sql.ExecutionPhase.AFTER_TEST_METHOD)
public void testPollNotificationWithDefaultNamespace() throws Exception {
AtomicBoolean stop = new AtomicBoolean();
perodicSendMessage(assembleKey(someAppId, someCluster, defaultNamespace), stop);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment