module GdsApi::TestHelpers::Router
def stub_router_doesnt_have_route(path, bearer_token = ENV['ROUTER_API_BEARER_TOKEN'])
def stub_router_doesnt_have_route(path, bearer_token = ENV['ROUTER_API_BEARER_TOKEN']) stub_get_route(path, bearer_token).to_return(status: 404) end