Skip to content

Commit

Permalink
Merge pull request #1035 from ClickHouse/ci/upd-version-list
Browse files Browse the repository at this point in the history
ci: update version list
  • Loading branch information
ernado authored Jan 30, 2025
2 parents e0f5a9a + 2eb68a6 commit 71e1bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- v22.8.20.11-lts
- v23.10.3.5-stable
- v24.11.1.2557-stable
- v25.1.2.3-stable
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion handshake_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ func TestDial_Exception(t *testing.T) {
var e *Exception
require.Nil(t, client)
require.ErrorAs(t, err, &e)
require.True(t, IsErr(err, proto.ErrAuthenticationFailed))
require.Truef(t, IsErr(err, proto.ErrAuthenticationFailed, proto.ErrRequiredPassword), "got %v", err)
}

0 comments on commit 71e1bb8

Please sign in to comment.