remove some useless comments

This commit is contained in:
liuwei 2018-10-30 19:31:17 +08:00
parent 38279366a5
commit 6d2d42ee0b

View file

@ -165,9 +165,6 @@ var _ = framework.IngressNginxDescribe("Dynamic Configuration", func() {
Expect(len(errs)).Should(BeNumerically("==", 0))
Expect(resp.StatusCode).Should(Equal(http.StatusOK))
//fmt.Println("--------->")
//fmt.Println(resp.Header.Get("Set-Cookie"))
//fmt.Println("--------->")
Expect(resp.Header.Get("Set-Cookie")).Should(ContainSubstring("SERVERID="))
Expect(resp.Header.Get("Set-Cookie")).Should(ContainSubstring("Expires="))
Expect(resp.Header.Get("Set-Cookie")).Should(ContainSubstring("Max-Age=172800"))