mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fixing tests
This commit is contained in:
parent
f6804333b8
commit
a2bf6e169c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue