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 9ac2f19 commit 0ecbb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ 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']['encoding'] == 257
assert props['content']['encoding'] == 'utf-8'
assert props['content']['value'] is not None

link_rel = msg['links'][0]
Expand Down

0 comments on commit 0ecbb78

Please sign in to comment.