Skip to content

Use let_it_be in specs instead of let

Manoj M J requested to merge mmj-let-it-be-fix into master

What does this MR do and why?

We recently added a spec in !125071 (diffs), but it uses let instead of the more performant version let_it_be. This MR makes changes to those specs to use let_it_be instead.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Manoj M J

Merge request reports