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 0098bdbbe36e61c84f1c13f4e1ba955adb44ee58..5ea4d3b686b355df6849781af4656fc06472e695 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)