mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add remove connection from note back in test
This commit is contained in:
parent
89d70f29a9
commit
a10ba13bf0
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ public class ZeppelinClientTest {
|
|||
msg.data = Maps.newHashMap();
|
||||
msg.data.put("key", "value");
|
||||
client.send(msg, "DDDD");
|
||||
//client.removeZeppelinConnection("DDDD");
|
||||
client.removeNoteConnection("DDDD");
|
||||
client.stop();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue