remove print in test

This commit is contained in:
Rebecca Law
2016-06-21 11:28:18 +01:00
parent 6c81d0f465
commit 2a9a8ae70e

View File

@@ -337,7 +337,6 @@ def test_send_user_email_verification(notify_api,
'url': current_app.config['ADMIN_BASE_URL'] + '/verify-email/' + 'the-token'
}
}
print('test message: {}'.format(message))
app.celery.tasks.send_email.apply_async.assert_called_once_with(
(str(current_app.config['NOTIFY_SERVICE_ID']),
'some_uuid',