Skip to content

Commit cba05ab

Browse files
committed
push
1 parent be4c446 commit cba05ab

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/test_prompt.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -679,11 +679,7 @@ def test_prompt_end_to_end():
679679

680680
@pytest.fixture
681681
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-
)
682+
langfuse_instance = Langfuse()
687683
langfuse_instance.api = Mock()
688684

689685
return langfuse_instance

0 commit comments

Comments
 (0)