Skip to content

Commit 34ac8e8

Browse files
committed
fix test
1 parent b4ee8ec commit 34ac8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/com/sap/ai/sdk/core/AiCoreServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void testCustomBaseDestination() {
5555

5656
assertThat(customService.getBaseDestination().getUri())
5757
.hasHost("custom.ai.com")
58-
.hasPath("/custom/base/path");
58+
.hasPath("/custom/base/path/");
5959
assertThat(customService.getBaseDestination().getHeaders())
6060
.describedAs("The client type should be added to ensure its present in all requests")
6161
.containsExactly(new Header("AI-Client-Type", "AI SDK Java"));

0 commit comments

Comments
 (0)