Skip to content

Commit

Permalink
modify test title
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Nov 2, 2023
1 parent de317cd commit 48d759d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/forms/admin/custom_redirect_form_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module Admin
it { is_expected.to be_invalid }
end

context "when origin and destination are not case sensitive" do
context "when origin and destination are case sensitive" do
let(:origin) { "/Some-Origin-Path".downcase }
let(:destination) { "http://#{organization.host}/Some-Origin-Path".downcase }

Expand Down

0 comments on commit 48d759d

Please sign in to comment.