forked from phoenix/litellm-mirror
test: run test first
This commit is contained in:
parent
392e5c538e
commit
fa64b6ca24
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ async def test_team_token_output(prisma_client, audience):
|
||||||
)
|
)
|
||||||
@pytest.mark.parametrize("user_id_upsert", [True, False])
|
@pytest.mark.parametrize("user_id_upsert", [True, False])
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_user_token_output(
|
async def aaaatest_user_token_output(
|
||||||
prisma_client, audience, team_id_set, default_team_id, user_id_upsert
|
prisma_client, audience, team_id_set, default_team_id, user_id_upsert
|
||||||
):
|
):
|
||||||
import uuid
|
import uuid
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue