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 b732dfa commit 90a1cefCopy full SHA for 90a1cef
tests/api_resources/test_deployment_history.py
@@ -8,7 +8,7 @@
8
import pytest
9
10
from agentex import Agentex, AsyncAgentex
11
-from tests.utils import assert_matches_type
+from ..utils import assert_matches_type
12
from agentex.types import DeploymentHistory, DeploymentHistoryListResponse
13
14
base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")
0 commit comments