Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tests and validation for filterset #2588

Prev Previous commit
Next Next commit
improved test case sample data
DraKen0009 committed Nov 10, 2024
commit 99e69c26ac28c2a2f1489254009456dcf5975e2c
2 changes: 2 additions & 0 deletions care/facility/tests/test_patient_api.py
Original file line number Diff line number Diff line change
@@ -858,6 +858,8 @@ def test_invalid_phone_params(self):
"1234567890",
"+91-9876543210",
"+123456",
"+000000000000",
"+9876543210123456",
]

for phone_number in invalid_phone_numbers: