Skip to content

Commit 44a8642

Browse files
Add a unit test
1 parent d9bda25 commit 44a8642

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

communication/src/test/groovy/datadog/communication/ddagent/SharedCommunicationsObjectsSpecification.groovy

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,12 @@ class SharedCommunicationsObjectsSpecification extends DDSpecification {
127127
1 * config.agentUnixDomainSocket >> null
128128
sco.agentUrl as String == 'http://[2600:1f18:19c0:bd07:d55b::17]:8126/'
129129
}
130+
131+
void 'creates intake http client'() {
132+
when:
133+
def client = sco.getIntakeHttpClient()
134+
135+
then:
136+
client != null
137+
}
130138
}

0 commit comments

Comments
 (0)