Fix test name

This commit is contained in:
Jake Howard 2017-07-08 14:39:13 +01:00
parent 1d24573af4
commit e3d5406d27
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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');