MCPcopy Create free account
hub / github.com/cloudfoundry/cli / deleteSharedDomainReq

Function deleteSharedDomainReq

cf/api/domains_test.go:550–556  ·  view source on GitHub ↗
(statusCode int)

Source from the content-addressed store, hash-verified

548}
549
550func deleteSharedDomainReq(statusCode int) testnet.TestRequest {
551 return apifakes.NewCloudControllerTestRequest(testnet.TestRequest{
552 Method: "DELETE",
553 Path: "/v2/shared_domains/my-domain-guid?recursive=true",
554 Response: testnet.TestResponse{Status: statusCode},
555 })
556}

Callers 1

domains_test.goFile · 0.85

Calls 1

Tested by

no test coverage detected