Merge pull request #4227 from aledbf/lint

Fix misspelled and e2e check
This commit is contained in:
Kubernetes Prow Robot 2019-06-24 21:30:34 -07:00 committed by GitHub
commit c8cbf0db29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)