Skip to content

Commit

Permalink
Update tests/unit/test_cli_sid.py
Browse files Browse the repository at this point in the history
  • Loading branch information
enyst authored Feb 23, 2025
1 parent e2bcabd commit ac2c59f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_cli_sid.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def mock_controller():

@pytest.mark.asyncio
async def test_cli_session_id_output(mock_runtime, mock_agent, mock_controller, capsys):
# display sid in console when it starts
await main(asyncio.get_event_loop())
captured = capsys.readouterr()
assert "Session ID:" in captured.out
Expand Down

0 comments on commit ac2c59f

Please sign in to comment.