From 3247f0a814b4d45f370cd8439531ed3653f80542 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Tue, 5 Nov 2019 15:21:58 -0800 Subject: [PATCH] tests: Fixes minor agnhost error --- test/images/agnhost/guestbook/guestbook.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/images/agnhost/guestbook/guestbook.go b/test/images/agnhost/guestbook/guestbook.go index d4c0161f971..40745537609 100644 --- a/test/images/agnhost/guestbook/guestbook.go +++ b/test/images/agnhost/guestbook/guestbook.go @@ -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 {