ussd/test_data.json

19 lines
356 B
JSON
Raw Normal View History

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