Replace request_uri
This commit is contained in:
parent
108637bb1c
commit
493dd6726d
6 changed files with 31 additions and 16 deletions
|
|
@ -54,6 +54,6 @@ var _ = framework.IngressNginxDescribe("[SSL] redirect to HTTPS", func() {
|
|||
WithHeader("Host", host).
|
||||
Expect().
|
||||
Status(http.StatusPermanentRedirect).
|
||||
Header("Location").Equal("https://redirect.com/")
|
||||
Header("Location").Equal("https://redirect.com")
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue