diff --git a/test/integration/report_test.rb b/test/integration/report_test.rb index 0133879b2..ecc0cf9f2 100644 --- a/test/integration/report_test.rb +++ b/test/integration/report_test.rb @@ -40,6 +40,9 @@ class ReportTest < ActiveSupport::TestCase updated_by_id: 1, created_by_id: 1 ) + + load "#{Rails.root}/test/fixtures/seeds.rb" + ticket1 = Ticket.create( title: 'test 1', group: Group.lookup(name: 'Report Test'),