Skip to content

Commit

Permalink
fix landing page description
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Jun 9, 2024
1 parent bcc52f7 commit d2db740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/landing_pages/landing_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
expect(response.parsed_body["body"]).to eq("body")
end

it "shows the normal page if the user agent is a bot even if redirect to Home Page TC is set" do
it "shows the normal page if redirect to Home Page TC is set to false" do
SiteSetting.landing_redirect_to_homepages = false
get "/public"
expect(response.status).to eq(200)
Expand Down

0 comments on commit d2db740

Please sign in to comment.