Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Nov 13, 2023
1 parent 45bf98d commit 9ac2f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ def test_message_api():
assert not props['data_id'].startswith('origin/a/wis2')
assert props['data_id'].startswith('cog')
assert props['content']['size'] == 257
assert props['content']['value'].endswith('==')
assert props['content']['value'] == 'i'
assert props['content']['encoding'] == 257
assert props['content']['value'] is not None

link_rel = msg['links'][0]

Expand Down

0 comments on commit 9ac2f19

Please sign in to comment.