summaryrefslogtreecommitdiffstats
path: root/application/tests/Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/tests/Test.php')
-rw-r--r--application/tests/Test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/tests/Test.php b/application/tests/Test.php
index 192061db9..e18aa9374 100644
--- a/application/tests/Test.php
+++ b/application/tests/Test.php
@@ -51,6 +51,7 @@ abstract class Test {
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_HTTPHEADER, array(
"Accept: application/json",
+ "Expect: ",
));
$result = curl_exec($curl);