Merge pull request #84825 from bclau/tests/agnhost-fix-guestbook

tests: Fixes minor agnhost error
This commit is contained in:
Kubernetes Prow Robot 2019-11-06 15:34:31 -08:00 committed by GitHub
commit e328029255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,6 @@ func registerNode(registerTo, port string) {
log.Fatalf("Error while unmarshaling master's response: %v", err)
}
responseJSON["data"] = "something"
var ok bool
store, ok = responseJSON["data"].(map[string]interface{})
if !ok {