Skip to content

Fix broken specs depending on UnauthorizedError

Nick Thomas requested to merge 208290-fix-unauthorized-errors into master

What does this MR do?

Gitlab::GitAccess::UnauthorizedError was just renamed to ForbiddenError. An MR merged shortly after referenced ForbiddenError. This simple rename should be sufficient to get the pipeline green again.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Closes #208290 (closed)

Merge request reports