Skip to content

Commit 520aee5

Browse files
committed
fix tests
1 parent bd20eb0 commit 520aee5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

orchestration/src/test/resources/templateReferenceByIdRequest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
},
1919
"prompt": {
2020
"template_ref": {
21-
"id": "21cb1358-0bf1-4f43-870b-00f14d0f9f16"
21+
"id": "21cb1358-0bf1-4f43-870b-00f14d0f9f16",
22+
"scope" : "tenant"
2223
}
2324
}
2425
}

orchestration/src/test/resources/templateReferenceByScenarioRequest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"template_ref": {
2121
"scenario": "test",
2222
"name": "test",
23-
"version": "0.0.1"
23+
"version": "0.0.1",
24+
"scope" : "tenant"
2425
}
2526
}
2627
}

0 commit comments

Comments
 (0)