From 22ce7b56403da868794bcb8dc2d1505cd2c36529 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 9 May 2014 21:22:34 +0200 Subject: version bump --- tests/unit/controller/ApiControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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']); } -- cgit v1.2.3