From 5cfdb0eb26e4c3c2b087378c8b882c0eff0409af Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 16 Dec 2020 20:01:13 +0530 Subject: add cart endpoints, rework testing files --- tests/users/add_akshay.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/users/add_akshay.json (limited to 'tests/users/add_akshay.json') 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 @@ + +{ + "username": "Akshay", + "password": "akshay", + "phone_number": "123454234", + "email_id": "aks@hay.com", + "address": "Rv College of Engineering, Mysuru Road, 560087, Near Metro station" +} -- cgit v1.2.3