Skip to content

Commit e790043

Browse files
Testcases
1 parent 82f27a4 commit e790043

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backend/tests/agents/test_human.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from unittest.mock import AsyncMock, MagicMock, patch
99
import pytest
1010

11+
1112
# Function to set environment variables
1213
def setup_environment_variables():
1314
"""Set environment variables required for the tests."""
@@ -20,6 +21,7 @@ def setup_environment_variables():
2021
os.environ["AZURE_OPENAI_API_VERSION"] = "2023-01-01"
2122
os.environ["AZURE_OPENAI_ENDPOINT"] = "https://mock-openai-endpoint"
2223

24+
2325
# Call the function to set environment variables
2426
setup_environment_variables()
2527

0 commit comments

Comments
 (0)