diff --git a/etor/src/test/groovy/gov/hhs/cdc/trustedintermediary/etor/EtorDomainRegistrationTest.groovy b/etor/src/test/groovy/gov/hhs/cdc/trustedintermediary/etor/EtorDomainRegistrationTest.groovy index 20120a406..7e669534f 100644 --- a/etor/src/test/groovy/gov/hhs/cdc/trustedintermediary/etor/EtorDomainRegistrationTest.groovy +++ b/etor/src/test/groovy/gov/hhs/cdc/trustedintermediary/etor/EtorDomainRegistrationTest.groovy @@ -99,19 +99,6 @@ class EtorDomainRegistrationTest extends Specification { ReportStreamEndpointClient.isInstance(implementation) } - def "RSEndpointClient is created with the correct URL"() { - given: - def domainRegistration = new EtorDomainRegistration() - def rsEndpoint = new HttpEndpoint("POST", EtorDomainRegistration.RS_ENDPOINT, true) - - when: - def endpoints = domainRegistration.domainRegistration() - - then: - !endpoints.isEmpty() - endpoints.get(rsEndpoint) != null - } - def "has an OpenAPI specification"() { given: def domainRegistration = new EtorDomainRegistration()