Skip to content

Commit 9a9a333

Browse files
committed
(chore) fix deployment_history test
1 parent 3ec2a1e commit 9a9a333

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/api_resources/test_deployment_history.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
import pytest
99

1010
from agentex import Agentex, AsyncAgentex
11-
from tests.utils import assert_matches_type
1211
from agentex.types import (
1312
DeploymentHistoryListResponse,
1413
DeploymentHistoryRetrieveResponse,
1514
)
1615

16+
from ..utils import assert_matches_type
17+
1718
base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")
1819

1920

0 commit comments

Comments
 (0)