Adds a debug line to try and debug jenkins

This commit is contained in:
Martyn Inglis
2017-04-27 10:41:31 +01:00
parent 83dc7c2bb7
commit 84860b2a1d

View File

@@ -264,6 +264,7 @@ def test_post_sms_notification_returns_201_if_allowed_to_send_int_sms(notify_db,
data=json.dumps(data),
headers=[('Content-Type', 'application/json'), auth_header])
print(json.loads(response.get_data(as_text=True)))
assert response.status_code == 201
assert response.headers['Content-type'] == 'application/json'