Remove or replace Bifrost test in test_memory.py #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
test_memory.pyimportsfetch_bifrost_logsand test 4 verifies requests passed through Bifrost. Bifrost is gone — replaced by LiteLLM.Fix
Remove test 4 or replace it with a LiteLLM/Langfuse equivalent (e.g. check Langfuse traces or LiteLLM logs). Remove the
fetch_bifrost_logsimport fromcommon.py.