Skip to content

2022-April-01 - Prerelease - 2.6.645

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Apr 03:59
593a66b
Update exception type expected by test to be more generic (#10255)

This test is failing locally in some cases due to wrong exception
type. The specific type of exception does not matter much for this
test, only that we receive some type of exception. This update
makes the expected exception more generic.