it('should set the name if given', async () => {
            const result = await postProcess("http://bit.ly/redirect", {ogSiteName : 'Example'});
            assert.strictEqual(result.data.site_name[0].value, 'Example');
        });