Commit 93859205 authored by Małgorzata Ksionek's avatar Małgorzata Ksionek

Add cr remarks

parent f00c577d
...@@ -110,8 +110,6 @@ func TestClients(t *testing.T) { ...@@ -110,8 +110,6 @@ func TestClients(t *testing.T) {
testMissing(t, client) testMissing(t, client)
testErrorMessage(t, client) testErrorMessage(t, client)
testAuthenticationHeader(t, client) testAuthenticationHeader(t, client)
testXForwardedForHeader(t, client)
testEmptyForwardedForHeader(t, client)
}) })
} }
} }
......
...@@ -13,7 +13,7 @@ import ( ...@@ -13,7 +13,7 @@ import (
func BuildDisallowedByApiHandlers(t *testing.T) []testserver.TestRequestHandler { func BuildDisallowedByApiHandlers(t *testing.T) []testserver.TestRequestHandler {
requests := []testserver.TestRequestHandler{ requests := []testserver.TestRequestHandler{
{ {
Path: "/api/v4/internal/allowed", Path: "/api/v4/internal/allowed",
Handler: func(w http.ResponseWriter, r *http.Request) { Handler: func(w http.ResponseWriter, r *http.Request) {
body := map[string]interface{}{ body := map[string]interface{}{
"status": false, "status": false,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment