mirror of
https://github.com/BerriAI/litellm.git
synced 2025-12-06 11:33:26 +08:00
fixing tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user