Skip to content

Commit

Permalink
x (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Nov 12, 2023
1 parent d11ff09 commit 84b3fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/unit_tests/app/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async def test_list_and_create_assistants(redis_client: RedisType) -> None:
}

# Check not visible to other users
headers = {"Cookie": "opengpts_user_id=2 flushdb"}
headers = {"Cookie": "opengpts_user_id=2"}
response = await client.get("/assistants/", headers=headers)
assert response.status_code == 200
assert response.json() == []
Expand Down

0 comments on commit 84b3fe5

Please sign in to comment.