Skip to content

Relax exception type verification in tests

Vasilii Iakliushin requested to merge 419418_relax_exception_validation into master

What does this MR do and why?

Contributes to #419418

Problem

gitaly!7224 (merged) updates an error type to InvalidArgument instead of InternalError. When this change is applied, then this test will fail.

Solution

  • Don't verify error type To prevent a test failure.
  • Error type verification will be restored later after Gitaly changes

Merge request reports

Loading