diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/defaults/ctlsock_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/defaults/ctlsock_test.go b/tests/defaults/ctlsock_test.go index 64b72a2..ac64f42 100644 --- a/tests/defaults/ctlsock_test.go +++ b/tests/defaults/ctlsock_test.go @@ -66,7 +66,7 @@ func TestCtlSockDecrypt(t *testing.T) { } response := test_helpers.QueryCtlSock(t, sock, req) if response.Result == "" || response.ErrNo != 0 { - t.Fatalf("got an error reply: %+v", response) + t.Fatalf("got an error for query %+v: %+v", req, response) } // Check if the encrypted path actually exists cPath := response.Result |