Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste O'Jeanson committed Feb 10, 2023
1 parent fcbf7d2 commit 141b5bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def check_telemetry_message_is_stored(context):
curs.execute('SELECT * FROM iothub.telemetry')
res = curs.fetchone()
_id, device_id, decision, timestamp, item_id, config_res = res
print(f"config_res: {config_res}")
assert isinstance(_id, str)
assert device_id.startswith('device_')
assert Decision(decision)
Expand Down

0 comments on commit 141b5bd

Please sign in to comment.