diff --git a/test/luarest/api/1/sensors/index.lua b/test/luarest/api/1/sensors/index.lua index a57b0e7b..ae2b0e67 100644 --- a/test/luarest/api/1/sensors/index.lua +++ b/test/luarest/api/1/sensors/index.lua @@ -56,7 +56,7 @@ end local response_body = json.stringify(response_table) mg.write("HTTP/1.1 " .. http_status .. "\r\n") -mg.write("Content-Type: application/javascript; charset=UTF-8\r\n") +mg.write("Content-Type: application/json; charset=UTF-8\r\n") mg.write("Content-Length: ".. #response_body .."\r\n") mg.write("\r\n") mg.write(response_body)