diff --git a/integration/tests/variables.curl b/integration/tests/variables.curl index b9db3c482..4e151ffdf 100644 --- a/integration/tests/variables.curl +++ b/integration/tests/variables.curl @@ -1 +1 @@ -curl 'http://localhost:8000/variables' -H 'Content-Type: application/json' --data $'{\n "name": "Jennifer",\n "age": 30,\n "height": 1.700000000000000000,\n "female": true,\n "id": "123",\n "a_null": null\n}' +curl 'http://localhost:8000/variables' -H 'Name: Jennifer' -H 'Age: 30' -H 'Height: 1.700000000000000000' -H 'Female: true' -H 'Id: 123' -H 'A_Null: null' -H 'Content-Type: application/json' --data $'{\n "name": "Jennifer",\n "age": 30,\n "height": 1.700000000000000000,\n "female": true,\n "id": "123",\n "a_null": null\n}' diff --git a/integration/tests/variables.html b/integration/tests/variables.html index a44bbdb51..0203398a8 100644 --- a/integration/tests/variables.html +++ b/integration/tests/variables.html @@ -1 +1 @@ -