mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-26 17:49:15 +01:00
test: updated test cases
This commit is contained in:
@@ -39,7 +39,6 @@ type TaskServerV2 struct {
|
||||
func (svr TaskServerV2) Subscribe(stream grpc.TaskService_SubscribeServer) (err error) {
|
||||
for {
|
||||
msg, err := stream.Recv()
|
||||
utils.LogDebug(msg.String())
|
||||
if err == io.EOF {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user