Skip to content

Commit

Permalink
[executor] Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
teo committed May 28, 2020
1 parent 77824b7 commit 7768800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/executorcmd/nopb/test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func main() {
targetPort, _ := strconv.Atoi(targetPortS)
fmt.Printf("target port: %d", targetPort)

c := executorcmd.NewClient(uint64(targetPort), controlmode.FAIRMQ)
c := executorcmd.NewClient(uint64(targetPort), controlmode.FAIRMQ, executorcmd.JsonTransport)
if c == nil {
fmt.Println("client is nil")
}
Expand Down

0 comments on commit 7768800

Please sign in to comment.