DEV: update typos in tests

This commit is contained in:
Gabriel Grubba 2024-09-10 16:20:06 -03:00
parent 4f681a8ff3
commit fa2a8ebab5
No known key found for this signature in database
GPG Key ID: 5FE41764F62D556C
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ RSpec.describe "Triggering notifications" do
{ "value" => channel1.provider },
target: "script",
)
automation.upsert_field!("channel_name", "text", { "value" => "chan" }, target: "script")
automation.upsert_field!("channel_name", "text", { "value" => "channel" }, target: "script")
end
it "triggers a notification" do

View File

@ -46,7 +46,7 @@ RSpec.describe DiscourseChatIntegration::Provider::PowerAutomateProvider do
"https://prod-189.westus.logic.azure.com:443/workflows/c94b462906e64fe8a7299043706be96e/triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=-cmkg1oG-88dP3Yqdh62yTG1LUtJFcB91rQisorfw_w",
},
)
expect(described_class.get_channel_by_name("powerautomate")).to eq(expected)
expect(described_class.get_channel_by_name("discourse")).to eq(expected)
end
end
end