module GdsApi::TestHelpers::Router
def stub_route_registration(path, type, backend_id)
def stub_route_registration(path, type, backend_id) stub_route_put({ route: { incoming_path: path, route_type: type, handler: "backend", backend_id:, }, }) end
def stub_route_registration(path, type, backend_id) stub_route_put({ route: { incoming_path: path, route_type: type, handler: "backend", backend_id:, }, }) end