tests: Fixes minor agnhost error

This commit is contained in:
Claudiu Belu 2019-11-05 15:21:58 -08:00
parent 75aca1fe03
commit 3247f0a814

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 {