From 2a9a8ae70e67699bfdbe56a62e26fb7b84344a07 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Tue, 21 Jun 2016 11:28:18 +0100 Subject: [PATCH] remove print in test --- tests/app/user/test_rest_verify.py | 1 - 1 file changed, 1 deletion(-) 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',