diff --git a/tests/app/user/test_rest_verify.py b/tests/app/user/test_rest_verify.py index 3376c3926..58d626c92 100644 --- a/tests/app/user/test_rest_verify.py +++ b/tests/app/user/test_rest_verify.py @@ -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',