diff options
Diffstat (limited to 'tests/json_data')
-rw-r--r-- | tests/json_data/add_user.json | 6 | ||||
-rw-r--r-- | tests/json_data/chair.json | 6 | ||||
-rw-r--r-- | tests/json_data/dumb_sofa.json | 4 | ||||
-rw-r--r-- | tests/json_data/smart_sofa.json | 6 |
4 files changed, 0 insertions, 22 deletions
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 @@ | |||
1 | { | ||
2 | "username": "Ramu Kaka", | ||
3 | "password": "ramu123", | ||
4 | "phone_number": "123454234", | ||
5 | "email_id": "[email protected]" | ||
6 | } | ||
diff --git a/tests/json_data/chair.json b/tests/json_data/chair.json deleted file mode 100644 index bb13c8b..0000000 --- a/tests/json_data/chair.json +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | { | ||
2 | "name": "Urban Ladder Teak Chair", | ||
3 | "kind": "Chair", | ||
4 | "price": 3500, | ||
5 | "description": "Sleek, modern chair for offices and workplaces" | ||
6 | } | ||
diff --git a/tests/json_data/dumb_sofa.json b/tests/json_data/dumb_sofa.json deleted file mode 100644 index 2b09a58..0000000 --- a/tests/json_data/dumb_sofa.json +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | { | ||
2 | "name": "Home Town Leather Sofa", | ||
3 | "price": 5400 | ||
4 | } | ||
diff --git a/tests/json_data/smart_sofa.json b/tests/json_data/smart_sofa.json deleted file mode 100644 index 5d7f7d4..0000000 --- a/tests/json_data/smart_sofa.json +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | { | ||
2 | "name": "Home Town Leather Sofa", | ||
3 | "kind": "Sofa", | ||
4 | "description": "Comfortable, authentic leather, wooden frame sofa, for living rooms", | ||
5 | "price": 5400 | ||
6 | } | ||