archive
/
tstatic
Archived
1
Fork 0

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
1 changed files with 1 additions and 1 deletions

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