Refactor routes to use cleaner URL structure with order_id parameter
This commit is contained in:
@@ -46,11 +46,6 @@ class TicketsControllerTest < ActionDispatch::IntegrationTest
|
||||
sign_in @user
|
||||
end
|
||||
|
||||
test "should redirect to checkout" do
|
||||
get ticket_checkout_path(@event.slug, @event)
|
||||
assert_response :redirect
|
||||
end
|
||||
|
||||
test "should get payment success" do
|
||||
get payment_success_path(session_id: "test_session")
|
||||
assert_response :redirect
|
||||
|
||||
Reference in New Issue
Block a user