Commit 413ac021 authored by Wei-Meng Lee's avatar Wei-Meng Lee

Fix failing tests

parent 146e5988
...@@ -22,7 +22,7 @@ FactoryBot.define do ...@@ -22,7 +22,7 @@ FactoryBot.define do
factory :approval_project_rule do factory :approval_project_rule do
project project
name ApprovalRuleLike::DEFAULT_NAME sequence(:name) { |n| "#{ApprovalRuleLike::DEFAULT_NAME}-#{n}" }
rule_type :regular rule_type :regular
trait :security_report do trait :security_report do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment