Skip to content

Commit

Permalink
corrected request spec for acknowlegement
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHinz committed Jan 28, 2025
1 parent 62a7b67 commit ce4fd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/static_pages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RSpec.describe "StaticPages", type: :request do
describe "GET /acknowledgements" do
it "returns http success" do
get "/static_pages/acknowledgements"
get "/about/acknowledgements"
expect(response).to have_http_status(:success)
end
end
Expand Down

0 comments on commit ce4fd33

Please sign in to comment.