Laura10101 / contractor-tax-calculator

0 stars 2 forks source link

Post payment tests return unexpected http statuses #182

Closed Laura10101 closed 11 months ago

Laura10101 commented 11 months ago

FAILED payments_api/test_views.py::test_post_payment_with_null_data - assert 400 == 404 FAILED payments_api/test_views.py::test_post_payment_with_null_subscription_id - assert 200 == 404 FAILED payments_api/test_views.py::test_post_payment_with_null_subscription_option_id - assert 400 == 404

Laura10101 commented 11 months ago

Added additional validation to ensure null subscription_ids or subscription_option_ids return 404 are are not allowed