mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 23:57:34 +02:00
This reverts commit b2ceaa9e91
.
This commit is contained in:
parent
4f78a9b301
commit
0bc598f952
7 changed files with 77 additions and 156 deletions
|
@ -405,7 +405,7 @@ func TestSNIMismatch(t *testing.T) {
|
|||
}
|
||||
defer res.Body.Close()
|
||||
|
||||
assert.Equal(t, http.StatusMisdirectedRequest, res.StatusCode)
|
||||
assert.Equal(t, http.StatusOK, res.StatusCode)
|
||||
}
|
||||
|
||||
func TestAttestationJWT(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue