We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4c446 commit cba05abCopy full SHA for cba05ab
1 file changed
tests/test_prompt.py
@@ -679,11 +679,7 @@ def test_prompt_end_to_end():
679
680
@pytest.fixture
681
def langfuse():
682
- langfuse_instance = Langfuse(
683
- public_key="test-public-key",
684
- secret_key="test-secret-key",
685
- host="https://mock-host.com",
686
- )
+ langfuse_instance = Langfuse()
687
langfuse_instance.api = Mock()
688
689
return langfuse_instance
0 commit comments