Skip to content

Commit

Permalink
Fix specs related to (hitobito/hitobito#3160)
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Jan 30, 2025
1 parent caaed30 commit cb48e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jobs/export/event_participations_export_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require "spec_helper"

describe Export::EventParticipationsExportJob do
subject { Export::EventParticipationsExportJob.new(format, user.id, event_participation_filter, params.merge(filename: filename)) }
subject { Export::EventParticipationsExportJob.new(format, user.id, event_participation_filter, groups(:bluemlisalp), params.merge(filename: filename)) }

let!(:participation) { event_participations(:top_mitglied) }
let(:user) { participation.person }
Expand Down

0 comments on commit cb48e49

Please sign in to comment.