Skip to content

Use `let_it_be` in LFK specs

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

What does this MR do and why?

We are moving from using let!() to let_it_be() in specs generated by the Loose foreign key generation script in !138087 (comment 1673027212).

This MR simply replaces the existing use of let!() in such specs with let_it_be().

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