Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Nov 18, 2023
1 parent 6f7690d commit 526455f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/mqtt/testing_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def message_says_hello(msg):
"""Make sure that the response was friendly"""
assert msg.payload.get("message") == "hello world"
assert msg.msg.payload.get("message") == "hello world"


def return_hello(_=None):
Expand Down

0 comments on commit 526455f

Please sign in to comment.