Skip to content

Commit 7768800

Browse files
committed
[executor] Fix broken test
1 parent 77824b7 commit 7768800

File tree

1 file changed

+1
-1
lines changed
  • executor/executorcmd/nopb/test

1 file changed

+1
-1
lines changed

executor/executorcmd/nopb/test/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func main() {
4343
targetPort, _ := strconv.Atoi(targetPortS)
4444
fmt.Printf("target port: %d", targetPort)
4545

46-
c := executorcmd.NewClient(uint64(targetPort), controlmode.FAIRMQ)
46+
c := executorcmd.NewClient(uint64(targetPort), controlmode.FAIRMQ, executorcmd.JsonTransport)
4747
if c == nil {
4848
fmt.Println("client is nil")
4949
}

0 commit comments

Comments
 (0)