Skip to content

Commit

Permalink
don't spill the beans
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Feb 11, 2024
1 parent 2bfe714 commit e459885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class URLConnectionSenderFactoryBeanTest {

assertThat(context.getBean("sender", URLConnectionSender.class))
.extracting("endpoint")
.isEqualTo(URI.create("http://localhost:9411/api/v2/spans").toURL());
.isEqualTo("http://localhost:9411/api/v2/spans");
}

@Test void connectTimeout() {
Expand Down

0 comments on commit e459885

Please sign in to comment.