Fix follow_redirect/follow_redirect_option curl command tests.

This commit is contained in:
jcamiel 2023-07-11 10:59:23 +02:00
parent 45bb522794
commit f2d2a6c7c8
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
2 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -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'