Fix misspelled and e2e check

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-06-24 23:47:22 -04:00
parent 1f28975c2c
commit 85a848faaf
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
5 changed files with 5 additions and 4 deletions

View file

@ -76,6 +76,7 @@ var _ = framework.IngressNginxDescribe("Debug Tool", func() {
getCmd := "/dbg backends get " + backends[0]
output, err = f.ExecIngressPod(getCmd)
Expect(err).Should(BeNil())
var f map[string]interface{}
unmarshalErr := json.Unmarshal([]byte(output), &f)