summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-09 21:22:34 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-10 00:08:48 +0200
commit22ce7b56403da868794bcb8dc2d1505cd2c36529 (patch)
treec4ef5f728f110f2dff1f8bda93b23d91f064704b /tests
parent9ef6c9061a1485ee9ed6e5cc8a2e1c2fe20ce23c (diff)
version bump
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/controller/ApiControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/controller/ApiControllerTest.php b/tests/unit/controller/ApiControllerTest.php
index 5693ac3aa..6f4dd1e05 100644
--- a/tests/unit/controller/ApiControllerTest.php
+++ b/tests/unit/controller/ApiControllerTest.php
@@ -115,7 +115,7 @@ class ApiControllerTest extends ControllerTestUtility {
$this->assertEquals('*', $headers['Access-Control-Allow-Origin']);
$this->assertEquals('PUT, POST, GET, DELETE', $headers['Access-Control-Allow-Methods']);
- $this->assertEquals('true', $headers['Access-Control-Allow-Credentials']);
+ $this->assertEquals('false', $headers['Access-Control-Allow-Credentials']);
$this->assertEquals('Authorization, Content-Type', $headers['Access-Control-Allow-Headers']);
$this->assertEquals('1728000', $headers['Access-Control-Max-Age']);
}