Skip to content

Commit

Permalink
stop gap commit will be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Aug 27, 2024
1 parent c916777 commit 8e0410f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def test_valid_stomp_config_for_listener(runner: CliRunner):
)
assert (
result.output
== "Subscribing to all bluesky events from localhost:61613\nPress enter to exit"
== 'Subscribing to all bluesky events from localhost:61613\nPress enter to exit{\n "state": "IDLE",\n "task_status": null,\n "errors": [],\n "warnings": []\n}\n'
)
assert result.exit_code == 0

Expand Down

0 comments on commit 8e0410f

Please sign in to comment.