it('should prefer the set url', async () => {
            const result = await postProcess("http://bit.ly/redirect", {ogUrl : 'http://example.com'});
            assert.strictEqual(result.data.url[0].value, 'http://example.com');
        });