Skip to content

Commit 36e3505

Browse files
committed
MC-32197: The Video related mftf tests are failed due "Daily limit exceeded" error
1 parent 23d4604 commit 36e3505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ProductVideo/view/adminhtml/web/js/get-video-information.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ define([
520520
if (type === 'youtube') {
521521
googleapisUrl = 'https://www.googleapis.com/youtube/v3/videos?id=' +
522522
id +
523-
'&part=snippet,contentDetails,statistics,status&key=' +
523+
'&part=snippet,contentDetails&key=' +
524524
this.options.youtubeKey + '&alt=json&callback=?';
525525
$.getJSON(googleapisUrl,
526526
{

0 commit comments

Comments
 (0)