mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-27 16:26:40 +03:00
Fix follow_redirect/follow_redirect_option curl command tests.
This commit is contained in:
parent
45bb522794
commit
f2d2a6c7c8
@ -1,3 +1,3 @@
|
||||
curl --location 'http://localhost:8000/follow-redirect'
|
||||
curl --request POST --location 'http://localhost:8000/follow-redirect'
|
||||
curl --request POST --location 'http://localhost:8000/follow-redirect-308'
|
||||
curl --data '' --location 'http://localhost:8000/follow-redirect'
|
||||
curl --data '' --location 'http://localhost:8000/follow-redirect-308'
|
||||
|
@ -1,5 +1,5 @@
|
||||
curl 'http://localhost:8000/follow-redirect'
|
||||
curl 'http://localhost:8000/follow-redirect'
|
||||
curl --location 'http://localhost:8000/follow-redirect'
|
||||
curl --request POST --location 'http://localhost:8000/follow-redirect'
|
||||
curl --request POST --location 'http://localhost:8000/follow-redirect-308'
|
||||
curl --data '' --location 'http://localhost:8000/follow-redirect'
|
||||
curl --data '' --location 'http://localhost:8000/follow-redirect-308'
|
||||
|
Loading…
Reference in New Issue
Block a user