Skip to content

Commit 9ba812c

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent a66d9e0 commit 9ba812c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/ingress/ingress.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,12 @@ stringData:
421421
time.Sleep(5 * time.Second)
422422

423423
By("verify HTTP request")
424-
s.NewAPISIXClient().
424+
resp := s.NewAPISIXClient().
425425
GET("/get").
426426
WithHost("proxy-secret.example.com").
427427
Expect().
428428
Status(200)
429+
resp.Header("X-Proxy-Test").IsEqual("enabled")
429430
})
430431
})
431432

0 commit comments

Comments
 (0)