mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-10 21:10:54 +01:00
Fix broken test
This commit is contained in:
parent
832c3c243a
commit
689638d209
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const humanHeaders = {
|
||||||
'User-Agent':
|
'User-Agent':
|
||||||
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'
|
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'
|
||||||
};
|
};
|
||||||
const githubUrl = 'https://github.com/dangeredwolf/FixTweet';
|
const githubUrl = 'https://github.com/FixTweet/FixTweet';
|
||||||
|
|
||||||
test('Home page redirect', async () => {
|
test('Home page redirect', async () => {
|
||||||
const result = await cacheWrapper(
|
const result = await cacheWrapper(
|
||||||
|
|
Loading…
Add table
Reference in a new issue