Skip to content

Commit 3247f0a

Browse files
committed
tests: Fixes minor agnhost error
1 parent 75aca1f commit 3247f0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/images/agnhost/guestbook/guestbook.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ func registerNode(registerTo, port string) {
9898
log.Fatalf("Error while unmarshaling master's response: %v", err)
9999
}
100100

101-
responseJSON["data"] = "something"
102101
var ok bool
103102
store, ok = responseJSON["data"].(map[string]interface{})
104103
if !ok {

0 commit comments

Comments
 (0)