Skip to content

Commit e328029

Browse files
authored
Merge pull request kubernetes#84825 from bclau/tests/agnhost-fix-guestbook
tests: Fixes minor agnhost error
2 parents 9a85b01 + 3247f0a commit e328029

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)