Skip to content

Commit

Permalink
fix: resolved test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
SundayMba committed Aug 10, 2024
1 parent d85d797 commit 961c9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/v1/billing_plan/test_get_billing_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 961c9db

Please sign in to comment.