test: make phone number unique

This commit is contained in:
David Arnold 2024-01-14 16:50:12 +01:00
parent 32e44f77a9
commit 62148f9ecd
No known key found for this signature in database
GPG key ID: AB15A6AF1101390D

View file

@ -31,9 +31,9 @@
],
"phone_nos": [
{
"phone": "+91 0000000000",
"phone": "+91 0000000001",
"is_primary_phone": 1
}
]
}
]
]