Skip to content

Commit 5954a9f

Browse files
authored
fix(tests): use relative import for assert_matches_type in webhooks test (#440)
1 parent 37c7d9d commit 5954a9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/api_resources/test_webhooks.py

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

1010
from agentex import Agentex, AsyncAgentex
11-
from tests.utils import assert_matches_type
1211
from agentex.types import WebhookCreateWebhookTriggerResponse
1312

13+
from ..utils import assert_matches_type
14+
1415
base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")
1516

1617

0 commit comments

Comments
 (0)