mirror of
https://github.com/caronc/apprise.git
synced 2025-03-04 01:51:44 +01:00
random test failing on split() fix
This commit is contained in:
parent
c6cf06e6f8
commit
8e284f159f
@ -3279,7 +3279,7 @@ def test_notify_overflow_split():
|
|||||||
|
|
||||||
# Our body is only broken up; not lost
|
# Our body is only broken up; not lost
|
||||||
_body = chunk.get('body')
|
_body = chunk.get('body')
|
||||||
assert body[offset: len(_body) + offset] == _body
|
assert body[offset: len(_body) + offset].rstrip() == _body
|
||||||
offset += len(_body)
|
offset += len(_body)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user