ussd/test_data.json

20 lines
372 B
JSON
Raw Normal View History

2024-09-27 14:02:29 +02:00
{
"user_registration": [
{
2024-09-27 15:26:00 +02:00
"input": ["","0", "0","1234","1234"],
2024-09-27 14:02:29 +02:00
"expected": "Registration successful"
2024-09-27 15:26:00 +02:00
2024-09-27 14:02:29 +02:00
}
],
"pincheck": [
{
"input": ["1234"],
"expected": "PIN valid"
},
{
"input": ["5678"],
"expected": "PIN invalid"
}
]
}