Skip to content

Commit

Permalink
Changes in test
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed Jul 31, 2024
1 parent a1c31a0 commit e4b4d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/processes_content_block_at_home_page_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
end

describe "with highlighted processes content block active" do
let!(:process) { create(:participatory_process, :promoted, :active, slug: "process", organization: organization) }
let!(:process) { create(:participatory_process, :promoted, :active, slug: "process", organization: organization, short_description: "Test") }
let!(:regulation) { create(:participatory_process, :promoted, :active, slug: "regulation", organization: organization, decidim_participatory_process_group_id: Rails.application.config.regulation) }

before do
Expand Down

0 comments on commit e4b4d60

Please sign in to comment.