Skip to content

Commit

Permalink
fix formatting with new test
Browse files Browse the repository at this point in the history
Signed-off-by: Yuyutsu Rai <[email protected]>
  • Loading branch information
Yuyuutsu committed Jan 13, 2025
1 parent 1ed4850 commit 8f9934a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/app/publisher/test_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ def test_log_publisher_publish():
topic_id = "test-topic-id"
message = b"test-message"
fulfilment_request_transaction_id = str(uuid4())

with patch("logging.Logger.info"):
publisher.publish(
topic_id=topic_id,
message=message,
fulfilment_request_transaction_id=fulfilment_request_transaction_id,
)

0 comments on commit 8f9934a

Please sign in to comment.