TestConnectAuthWrongProbeResist: add debug print
This commit is contained in:
parent
ebb2fce603
commit
0c30e89e19
1 changed files with 2 additions and 1 deletions
|
|
@ -198,7 +198,8 @@ func TestConnectAuthWrongProbeResist(t *testing.T) {
|
|||
t.Fatal(err)
|
||||
}
|
||||
if err = responsesAreEqual(responseProbeResist, responseForwardProxy); err == nil {
|
||||
t.Fatal("Responses from servers with and without probe resistance are expected to be the same:", err)
|
||||
t.Fatalf("Responses from servers with and without forwardproxy are expected to be different.\nResponse from Caddy with ProbeResist: %v\nResponse from Caddy without ProbeResist: %v\n",
|
||||
responseProbeResist, responseForwardProxy)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue