Allowing Commands to reconfigure app Configuration, this is will allow default ports to be currently added to remote presets
This commit is contained in:
@@ -171,7 +171,7 @@ func (d *dummyStreamCommand) Release() error {
|
||||
|
||||
func TestHandlerHandleStream(t *testing.T) {
|
||||
cmds := Commands{}
|
||||
cmds.Register(0, newDummyStreamCommand)
|
||||
cmds.Register(0, newDummyStreamCommand, nil)
|
||||
|
||||
readerDataInput := make(chan []byte)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user