Repository: couchdb-chttpd Updated Branches: refs/heads/master 96e1e008e -> b8437a9d1
Fix cors tests Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/b8437a9d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/b8437a9d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/b8437a9d Branch: refs/heads/master Commit: b8437a9d1215dc2d7687d5fd9a692535ebf66b11 Parents: 96e1e00 Author: Alexander Shorin <[email protected]> Authored: Wed Aug 19 22:12:16 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Wed Aug 19 22:12:16 2015 +0300 ---------------------------------------------------------------------- test/chttpd_cors_test.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/b8437a9d/test/chttpd_cors_test.erl ---------------------------------------------------------------------- diff --git a/test/chttpd_cors_test.erl b/test/chttpd_cors_test.erl index 6ad807a..99c6f62 100644 --- a/test/chttpd_cors_test.erl +++ b/test/chttpd_cors_test.erl @@ -22,7 +22,7 @@ -define(DEFAULT_ORIGIN_HTTPS, "https://example.com"). -define(EXPOSED_HEADERS, "content-type, accept-ranges, etag, server, x-couch-request-id, " ++ - "x-couch-update-newrev, x-couchdb-body-time"). + "x-couch-update-newrev, x-couchdb-body-time, x-couchdb-csrf-valid"). %% Test helpers
