Skip to content

Commit

Permalink
DEV: update typos in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Grubba27 committed Sep 10, 2024
1 parent 4f681a8 commit fa2a8eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/integration/automation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{ "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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"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

0 comments on commit fa2a8eb

Please sign in to comment.