Skip to content

Commit

Permalink
test: update after clickhouse bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 30, 2025
1 parent 3fafc71 commit 2eb68a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions handshake_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ func TestDial_Exception(t *testing.T) {
var e *Exception
require.Nil(t, client)
require.ErrorAs(t, err, &e)
require.Truef(t, IsErr(err, proto.ErrAuthenticationFailed),
"expected %v, got %v", proto.ErrAuthenticationFailed, err,
)
require.Truef(t, IsErr(err, proto.ErrAuthenticationFailed, proto.ErrRequiredPassword), "got %v", err)
}

0 comments on commit 2eb68a6

Please sign in to comment.