Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Nov 12, 2023
1 parent d11ff09 commit d2b909a
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 d2b909a

Please sign in to comment.