aboutsummaryrefslogtreecommitdiff
path: root/tests/users
diff options
context:
space:
mode:
Diffstat (limited to 'tests/users')
-rw-r--r--tests/users/add_akshay.json8
-rw-r--r--tests/users/add_user.json7
2 files changed, 15 insertions, 0 deletions
diff --git a/tests/users/add_akshay.json b/tests/users/add_akshay.json
new file mode 100644
index 0000000..1d6c405
--- /dev/null
+++ b/tests/users/add_akshay.json
@@ -0,0 +1,8 @@
1
2{
3 "username": "Akshay",
4 "password": "akshay",
5 "phone_number": "123454234",
6 "email_id": "[email protected]",
7 "address": "Rv College of Engineering, Mysuru Road, 560087, Near Metro station"
8}
diff --git a/tests/users/add_user.json b/tests/users/add_user.json
new file mode 100644
index 0000000..1f481e9
--- /dev/null
+++ b/tests/users/add_user.json
@@ -0,0 +1,7 @@
1{
2 "username": "Ramu Kaka",
3 "password": "ramu123",
4 "phone_number": "123454234",
5 "email_id": "[email protected]",
6 "address": "RA-602, Purva Riviera"
7}