(fix) failing usage based routing test

This commit is contained in:
ishaan-jaff 2024-03-11 12:14:13 -07:00
parent ff4f05a3f8
commit e23c68b15a
2 changed files with 7 additions and 5 deletions

View file

@ -429,11 +429,11 @@ def test_usage_based_routing():
mock_response="good morning",
)
# print(response)
# print("response", response)
selection_counts[response["model"]] += 1
print(selection_counts)
# print("selection counts", selection_counts)
total_requests = sum(selection_counts.values())