aboutsummaryrefslogtreecommitdiff
path: root/tests/requests.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/requests.txt')
-rw-r--r--tests/requests.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/requests.txt b/tests/requests.txt
index 7e38905..7e2ca5c 100644
--- a/tests/requests.txt
+++ b/tests/requests.txt
@@ -2,7 +2,7 @@ http POST :7878/user/login username=akshay password=password
2 2
3http POST :7878/user/login username=akshay password=nigga 3http POST :7878/user/login username=akshay password=nigga
4 4
5http POST :7878/user/change_password Cookie:user-login=mKT3PRPSKJp/AdsfPCXg3GICmQW2wViUwUKPpsXKp+70ug== old_password=nigga new_password=nigga 5http POST :7878/user/change_password Cookie: old_password=nigga new_password=nigga
6 6
7http :7878/user/change_password username=akshay password=password 7http :7878/user/change_password username=akshay password=password
8 8
@@ -10,8 +10,12 @@ http :7878/product/catalog
10 10
11http :7878/product/1 11http :7878/product/1
12 12
13http POST :7878/cart/add Cookie:user-login=mKT3PRPSKJp/AdsfPCXg3GICmQW2wViUwUKPpsXKp+70ug== product_id:=1 13http POST :7878/cart/add Cookie: product_id:=1
14 14
15http :7878/cart/items Cookie:user-login=mKT3PRPSKJp/AdsfPCXg3GICmQW2wViUwUKPpsXKp+70ug== 15http :7878/cart/items Cookie:
16 16
17http POST :7878/cart/remove Cookie: product_id:=1 17http POST :7878/cart/remove Cookie: product_id:=1
18
19http POST :7878/rating/add Cookie: product_id:=1 stars:=3 comment_text=Very good functional chair
20
21http :7878/product/reviews/1