We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec2a1e commit 9a9a333Copy full SHA for 9a9a333
tests/api_resources/test_deployment_history.py
@@ -8,12 +8,13 @@
8
import pytest
9
10
from agentex import Agentex, AsyncAgentex
11
-from tests.utils import assert_matches_type
12
from agentex.types import (
13
DeploymentHistoryListResponse,
14
DeploymentHistoryRetrieveResponse,
15
)
16
+from ..utils import assert_matches_type
17
+
18
base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")
19
20
0 commit comments