From af628595f3cc5c373502fc73acf579047aee5482 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 16 Nov 2020 21:02:29 +0530 Subject: add test json data --- tests/json_data/add_user.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/json_data/add_user.json (limited to 'tests/json_data/add_user.json') diff --git a/tests/json_data/add_user.json b/tests/json_data/add_user.json new file mode 100644 index 0000000..c7b2c15 --- /dev/null +++ b/tests/json_data/add_user.json @@ -0,0 +1,6 @@ +{ + "username": "Ramu Kaka", + "password": "ramu123", + "phone_number": "123454234", + "email_id": "ramu@kaka.com" +} -- cgit v1.2.3