Remove left-over debug statements

This commit is contained in:
Raphael Michel
2022-07-21 09:14:38 +02:00
parent 4cc249e20e
commit d628acc62a
9 changed files with 1 additions and 13 deletions

View File

@@ -137,5 +137,4 @@ def test_payment(env, monkeypatch):
'payment_paypal_wallet_oid': '04F89033701558004',
'payment_paypal_wallet_payer': 'Q739JNKWH67HE',
})
print(response.content.decode())
assert response['Location'] == '/ccc/30c3/checkout/confirm/'

View File

@@ -440,7 +440,6 @@ def test_sendmail_attendee_checkin_filter(logged_in_client, sendmail_url, event,
},
follow=True)
assert response.status_code == 200
print(response.rendered_content)
assert 'alert-success' in response.rendered_content
assert len(djmail.outbox) == 1
assert djmail.outbox[0].to == ['attendee1@dummy.test']