From 622bf564fc60944beaa312e670f28d76e969b61b Mon Sep 17 00:00:00 2001 From: John McDonnell <jmcdonnell@gitlab.com> Date: Tue, 30 Jan 2024 09:23:27 +0000 Subject: [PATCH] Fixes typo for the no_preparation trait in e2e Fixes https://gitlab.com/gitlab-org/gitlab/-/issues/439683 --- .../10_govern/scan_result_policy_license_finding_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/qa/specs/features/ee/browser_ui/10_govern/scan_result_policy_license_finding_spec.rb b/qa/qa/specs/features/ee/browser_ui/10_govern/scan_result_policy_license_finding_spec.rb index 0098bdbbe36e..5ea4d3b686b3 100644 --- a/qa/qa/specs/features/ee/browser_ui/10_govern/scan_result_policy_license_finding_spec.rb +++ b/qa/qa/specs/features/ee/browser_ui/10_govern/scan_result_policy_license_finding_spec.rb @@ -109,7 +109,7 @@ module QA def create_test_mr create(:merge_request, - :no_preperation, + :no_preparation, project: project, target_new_branch: false, source_branch: commit_branch) -- GitLab