Skip to content

Commit ecac084

Browse files
committed
fix: tests explictly set mock client to privacy false
1 parent 352b612 commit ecac084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

posthog/test/ai/langchain/test_callbacks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
@pytest.fixture(scope="function")
2121
def mock_client():
2222
with patch("posthog.client.Client") as mock_client:
23+
mock_client.privacy_mode = False
2324
yield mock_client
2425

2526

0 commit comments

Comments
 (0)