Skip to content

Commit

Permalink
Update spec/integration/automation_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Jarek Radosz <jradosz@gmail.com>
  • Loading branch information
Grubba27 and CvX authored Sep 10, 2024
1 parent 3d46798 commit 94bdec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/integration/automation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
enabled: true,
)
end
let(:chan1) do
DiscourseChatIntegration::Channel.create!(provider: "dummy2", data: { val: "chan" })
let(:channel1) do
DiscourseChatIntegration::Channel.create!(provider: "dummy2", data: { val: "channel" })
end

before do
Expand Down

0 comments on commit 94bdec9

Please sign in to comment.