[xsrf] update tests to match 7eefb18

This commit is contained in:
spalger 2015-11-10 14:31:10 -06:00
parent 5590d8ecca
commit 3b171e00c0

View file

@ -65,7 +65,7 @@ describe('xsrf request filter', function () {
url: '/app/kibana',
});
expect(resp.payload).to.match(/"xsrfToken":".{512}"/);
expect(resp.payload).to.match(/"xsrfToken":".{64}"/);
});
});