fixing tests

This commit is contained in:
yuneng-jiang
2025-12-05 16:07:51 -08:00
parent f6804333b8
commit a2bf6e169c

View File

@@ -341,7 +341,7 @@ async def test_get_users(prisma_client):
# Create some test users
test_users = [
NewUserRequest(
user_id=f"test_user_{i}",
user_id=f"test_user_{i}_{uuid.uuid4()}",
user_role=(
LitellmUserRoles.INTERNAL_USER.value
if i % 2 == 0