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 82f27a4 commit e790043Copy full SHA for e790043
src/backend/tests/agents/test_human.py
@@ -8,6 +8,7 @@
8
from unittest.mock import AsyncMock, MagicMock, patch
9
import pytest
10
11
+
12
# Function to set environment variables
13
def setup_environment_variables():
14
"""Set environment variables required for the tests."""
@@ -20,6 +21,7 @@ def setup_environment_variables():
20
21
os.environ["AZURE_OPENAI_API_VERSION"] = "2023-01-01"
22
os.environ["AZURE_OPENAI_ENDPOINT"] = "https://mock-openai-endpoint"
23
24
25
# Call the function to set environment variables
26
setup_environment_variables()
27
0 commit comments