mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 19:12:42 +00:00
use http.client instead of urllib3 (#12660)
dep problems with requests cloudflare debugging not worth it with urllib
This commit is contained in:
7
libs/cli/tests/test_events.py
Normal file
7
libs/cli/tests/test_events.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from langchain_cli.utils.events import EventDict, create_events
|
||||
|
||||
|
||||
def test_create_events() -> None:
|
||||
assert create_events(
|
||||
[EventDict(event="Test Event", properties={"test": "test"})]
|
||||
) == {"status": "success"}
|
Reference in New Issue
Block a user