KaKi87 2022-02-22 14:18:35 +01:00
parent 1122bb8ab0
commit ec78aa2122
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ test('Count, list, shorten, get, get info, count again, list again', async t =>
const
count = await shortener.getCount(),
list = await shortener.getList(),
url = `${faker.internet.url()}${faker.system.filePath()}`,
url = `${faker.internet.url().replace(/^http:/, 'https:')}${faker.system.filePath()}`,
{
id,
creationTimestamp