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/json_data/add_user.json | 6 ------ 1 file changed, 6 deletions(-) delete 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 deleted file mode 100644 index c7b2c15..0000000 --- a/tests/json_data/add_user.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "username": "Ramu Kaka", - "password": "ramu123", - "phone_number": "123454234", - "email_id": "ramu@kaka.com" -} -- cgit v1.2.3