Skip to content

Commit

Permalink
Remove specific company reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Massimiliano De Vivo committed May 28, 2024
1 parent b1a0145 commit 95177a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/msteams_hermes/message_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let(:fact_set) { MsTeamsHermes::Components::FactSet.new(facts: [fact]) }
let(:card) { MsTeamsHermes::Components::AdaptiveCard.new(body: [fact_set]) }

let(:webhook_url) { "https://xingag.webhook.office.com/webhookb2/some-more-path-tokens" }
let(:webhook_url) { "https://some-company.webhook.office.com/webhookb2/some-more-path-tokens" }

describe "#initialize" do
it "throws an error if webhook_url is not provided" do
Expand Down

0 comments on commit 95177a8

Please sign in to comment.