Browse Source

Maintenance: Stabilize template test

Martin Gruner 2 weeks ago
parent
commit
d869020d78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/factories/template.rb

+ 1 - 1
spec/factories/template.rb

@@ -2,7 +2,7 @@
 
 FactoryBot.define do
   factory :template do
-    name          { Faker::Name.unique.name }
+    name          { Faker::Lorem.unique.word }
     options       { { 'ticket.title': { value: 'Some dummy title' } } }
     updated_by_id { 1 }
     created_by_id { 1 }