We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ee8ec commit 34ac8e8Copy full SHA for 34ac8e8
core/src/test/java/com/sap/ai/sdk/core/AiCoreServiceTest.java
@@ -55,7 +55,7 @@ void testCustomBaseDestination() {
55
56
assertThat(customService.getBaseDestination().getUri())
57
.hasHost("custom.ai.com")
58
- .hasPath("/custom/base/path");
+ .hasPath("/custom/base/path/");
59
assertThat(customService.getBaseDestination().getHeaders())
60
.describedAs("The client type should be added to ensure its present in all requests")
61
.containsExactly(new Header("AI-Client-Type", "AI SDK Java"));
0 commit comments