Skip to content

Fix some failing specs due to missing access_requestable trait

What does this MR do?

Add the access_requestable trait to a spec that needs it

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

The default value for request_access_enabled was switched from true to false in !7425 (merged), which tested clean, but the MR adding these specs was based against a commit prior to that being merged. So it introduced a test failure into master.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports