Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
[xsrf] update tests to match 7eefb18
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 10, 2015
1 parent 5590d8e commit 3b171e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/http/__tests__/xsrf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}"/);
});
});

Expand Down

0 comments on commit 3b171e0

Please sign in to comment.