Skip to content

Commit

Permalink
Use 'usefixtures' decorator in test_component_streaming_message
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Nov 8, 2024
1 parent fb481ae commit fa00dd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def log_callback(*, manager: EventManager, event_type: str, data: dict): # noqa
assert event_id.startswith("info-")


@pytest.mark.asyncio
@pytest.mark.usefixtures("client")
async def test_component_streaming_message():
"""Test component's streaming message functionality."""
queue = await create_event_queue()
Expand Down

0 comments on commit fa00dd0

Please sign in to comment.