Fix test name
This commit is contained in:
parent
1d24573af4
commit
e3d5406d27
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ describe('Server', function () {
|
|||
});
|
||||
});
|
||||
|
||||
it('Should block cache', function (done) {
|
||||
it('Should block referrer transfer', function (done) {
|
||||
runServer(SERVER_SETTINGS, '/index.html', function (response : any) {
|
||||
expect(response.status).to.equal(200);
|
||||
expect(response.headers.get('referrer-policy')).to.contain('same-origin');
|
||||
|
|
Reference in a new issue