From 961c9db9976135c49fc16fed271800e471be30c2 Mon Sep 17 00:00:00 2001 From: SundayMba Date: Sat, 10 Aug 2024 04:45:18 +0100 Subject: [PATCH] fix: resolved test failure --- tests/v1/billing_plan/test_get_billing_plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/v1/billing_plan/test_get_billing_plan.py b/tests/v1/billing_plan/test_get_billing_plan.py index fed158b13..413499670 100644 --- a/tests/v1/billing_plan/test_get_billing_plan.py +++ b/tests/v1/billing_plan/test_get_billing_plan.py @@ -73,4 +73,4 @@ def test_get_plan_unauthorized(client, db_session_mock): response = client.get(f'/api/v1/organisations/billing-plans/{mock_plan_instance.id}') - assert response.status_code == 404 + assert response.status_code == 401