Skip to content

Commit

Permalink
update -another- count in test
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Mar 12, 2024
1 parent e93a41a commit ee8804b
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 @@ -291,7 +291,7 @@ def test_message_api():
assert not props['data_id'].startswith('wis2')
assert not props['data_id'].startswith('origin/a/wis2')
assert props['data_id'].startswith('cd')
assert props['content']['size'] == 257
assert props['content']['size'] == 253
assert props['content']['encoding'] == 'base64'
assert props['content']['value'] is not None

Expand Down

0 comments on commit ee8804b

Please sign in to comment.