module GdsApi::TestHelpers::Router

def stub_router_has_backend_route(path, backend_id:, route_type: "exact", disabled: false)

def stub_router_has_backend_route(path, backend_id:, route_type: "exact", disabled: false)
  stub_router_has_route(path, handler: "backend", backend_id: backend_id, disabled: disabled, route_type: route_type)
end