Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
a-palchikov committed Nov 11, 2020
1 parent e5552e0 commit a784034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reversetunnel/srv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestServerKeyAuth(t *testing.T) {
require.NoError(t, err)

s := &server{
Entry: testlog.FailureOnly(t),
FieldLogger: testlog.FailureOnly(t),
localAccessPoint: mockAccessPoint{ca: services.NewCertAuthority(
services.HostCA,
"cluster-name",
Expand Down

0 comments on commit a784034

Please sign in to comment.