Skip to content

Commit d447ee6

Browse files
committed
fix(test): flaky
1 parent 4234993 commit d447ee6

File tree

1 file changed

+1
-1
lines changed
  • packages/metascraper-instagram/test

1 file changed

+1
-1
lines changed

packages/metascraper-instagram/test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test('code is resilient', async t => {
2525
...metadata,
2626
/* prevent snapshot from failing */
2727
logo: metadata.logo.replace(
28-
'https://t0.gstatic.com',
28+
/^https:\/\/t[01]\.gstatic\.com/,
2929
'https://t2.gstatic.com'
3030
)
3131
})

0 commit comments

Comments
 (0)