Skip to content

Commit 9b3c6e8

Browse files
committed
merge response-files
1 parent a6ff979 commit 9b3c6e8

File tree

3 files changed

+2
-61
lines changed

3 files changed

+2
-61
lines changed

orchestration/src/test/java/com/sap/ai/sdk/orchestration/OrchestrationUnitTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ void testTemplateFromPromptRegistryById() throws IOException {
872872
post(anyUrl())
873873
.willReturn(
874874
aResponse()
875-
.withBodyFile("templateReferenceByIdResponse.json")
875+
.withBodyFile("templateReferenceResponse.json")
876876
.withHeader("Content-Type", "application/json")));
877877

878878
var template = TemplateConfig.reference().byId("21cb1358-0bf1-4f43-870b-00f14d0f9f16");
@@ -898,7 +898,7 @@ void testTemplateFromPromptRegistryByScenario() throws IOException {
898898
post(anyUrl())
899899
.willReturn(
900900
aResponse()
901-
.withBodyFile("templateReferenceByScenarioResponse.json")
901+
.withBodyFile("templateReferenceResponse.json")
902902
.withHeader("Content-Type", "application/json")));
903903

904904
var template = TemplateConfig.reference().byScenario("test").name("test").version("0.0.1");

orchestration/src/test/resources/__files/templateReferenceByScenarioResponse.json

Lines changed: 0 additions & 59 deletions
This file was deleted.

orchestration/src/test/resources/__files/templateReferenceByIdResponse.json renamed to orchestration/src/test/resources/__files/templateReferenceResponse.json

File renamed without changes.

0 commit comments

Comments
 (0)