Skip to content

Commit

Permalink
Refactor URL
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Aleksandrov <[email protected]>
  • Loading branch information
dalexandrov committed Nov 30, 2023
1 parent 5793ebe commit 1069474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void spanNaming() {

List<SpanData> spanItems = spanExporter.getFinishedSpanItems(1);
assertThat(spanItems.size(), is(1));
assertThat(spanItems.get(0).getName(), is("http://localhost:8080/named"));
assertThat(spanItems.get(0).getName(), is("http://localhost:" + url.getPort() + "/named"));
}


Expand Down

0 comments on commit 1069474

Please sign in to comment.