Skip to content
Snippets Groups Projects
Commit f30f296e authored by Rohith's avatar Rohith
Browse files

- fixing the typo in the changelog

- removing the duplicate from the test
parent 8cf214b9
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#### **1.0.0-rc6 (March 31th, 2016)** #### **1.0.0-rc6 (March 31th, 2016)**
FIXES: FIXES:
* Added a option to control the upstream TLS verfication * Added a option to control the upstream TLS verification
* Added in the x-forwarded-for headers rather than overwriting * Added in the x-forwarded-for headers rather than overwriting
* Moved back to using the official coreos go-oidc rather than the hacked version * Moved back to using the official coreos go-oidc rather than the hacked version
......
...@@ -377,7 +377,6 @@ func TestSecurityHandler(t *testing.T) { ...@@ -377,7 +377,6 @@ func TestSecurityHandler(t *testing.T) {
kc.config.Hostnames = []string{"127.0.0.2"} kc.config.Hostnames = []string{"127.0.0.2"}
handler = kc.securityHandler() handler = kc.securityHandler()
handler(context) handler(context)
handler(context)
if context.Writer.Status() != http.StatusInternalServerError { if context.Writer.Status() != http.StatusInternalServerError {
t.Errorf("we should have received a 500 not %d", context.Writer.Status()) t.Errorf("we should have received a 500 not %d", context.Writer.Status())
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment