fixing tests
This commit is contained in:
parent
f6804333b8
commit
a2bf6e169c
@ -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…
Reference in New Issue
Block a user