Skip to content

Improve performance of integration tests

What does this MR do?

This change save additional calls to subject(:report) this call is expensive as it run the scan itself. We don't need to do it multiple times as we tests agains the same subject.

What are the relevant issue numbers?

gitlab-org/gitlab#431772 (closed)

Does this MR meet the acceptance criteria?

Edited by Tetiana Chupryna

Merge request reports