misc: remove useless print in manager test

This commit is contained in:
Josue Kouka 2017-11-16 10:21:54 +01:00
parent 9f83201165
commit 5e8d93c858
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ def test_edit_announce(app, admin_user):
assert '<strong>Publication</strong> March 3, 2017, 9 a.m.' in resp.content
assert '<strong>Expiration</strong> Dec. 31, 2017, 11 p.m.' in resp.content
print resp.content
assert '<strong>Sent</strong> March 30, 2017, 8 p.m.' in resp.content
assert 'to 1 destination' in resp.content