Skip to content

Commit

Permalink
Removing extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashir Estela committed Feb 9, 2024
1 parent c848691 commit d3f4369
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ void shouldModifyUrlWhenPassingUrlInterceptorFunction() {
var actualUrl = requestCaptor.getValue().uri().toString();
var expectedUrl = "https://test/api/text?prefix=geo&api-version=2024-01-31";
assertEquals(expectedUrl, actualUrl);

}

@Resource("/v1.2/api")
Expand Down

0 comments on commit d3f4369

Please sign in to comment.