mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #84825 from bclau/tests/agnhost-fix-guestbook
tests: Fixes minor agnhost error
This commit is contained in:
commit
e328029255
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user