mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[xsrf] update tests to match 7eefb18
This commit is contained in:
parent
5590d8ecca
commit
3b171e00c0
1 changed files with 1 additions and 1 deletions
|
@ -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}"/);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue