We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4234993 commit d447ee6Copy full SHA for d447ee6
packages/metascraper-instagram/test/index.js
@@ -25,7 +25,7 @@ test('code is resilient', async t => {
25
...metadata,
26
/* prevent snapshot from failing */
27
logo: metadata.logo.replace(
28
- 'https://t0.gstatic.com',
+ /^https:\/\/t[01]\.gstatic\.com/,
29
'https://t2.gstatic.com'
30
)
31
})
0 commit comments