summaryrefslogtreecommitdiff
path: root/test/etap/231-cors.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/etap/231-cors.t')
-rw-r--r--test/etap/231-cors.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etap/231-cors.t b/test/etap/231-cors.t
index ce5274792..ec17526b2 100644
--- a/test/etap/231-cors.t
+++ b/test/etap/231-cors.t
@@ -219,7 +219,7 @@ test_db_request(VHost) ->
"http://example.com",
"db Access-Control-Allow-Origin ok"),
etap:is(proplists:get_value("Access-Control-Expose-Headers", RespHeaders),
- "Content-Type, Server",
+ "Cache-Control, Content-Type, Server",
"db Access-Control-Expose-Headers ok");
_ ->
etap:is(false, true, "ibrowse failed")