Skip to content

Commit 7d73cc3

Browse files
added test config for test cases
1 parent 2263b91 commit 7d73cc3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ContentProcessor/src/tests/test_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ async def test_application_run(mocker):
5757
),
5858
ConfigItem("app_azure_openai_endpoint", "https://example.com/openai"),
5959
ConfigItem("app_azure_openai_model", "model-name"),
60+
ConfigItem("app_ai_project_endpoint", "https://example.com/ai-project"),
6061
ConfigItem(
6162
"app_cosmos_connstr",
6263
"AccountEndpoint=https://example.com;AccountKey=key;",

0 commit comments

Comments
 (0)