Skip to content

Commit

Permalink
Added by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus committed Jun 10, 2024
1 parent 4f58d28 commit 969e7ca
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 969e7ca

Please sign in to comment.