fix(main.py): fix caching for router

This commit is contained in:
Krrish Dholakia 2023-11-11 17:45:23 -08:00
parent 5efa3860da
commit e7d1840d5f
3 changed files with 5 additions and 3 deletions

View file

@ -257,7 +257,7 @@ def test_acompletion_on_router():
traceback.print_exc()
pytest.fail(f"Error occurred: {e}")
# test_acompletion_on_router()
test_acompletion_on_router()
def test_function_calling_on_router():
try: