parent
1122bb8ab0
commit
ec78aa2122
2
test.js
2
test.js
|
@ -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
|
||||
|
|
Reference in New Issue