Skip to content

Commit

Permalink
fix!: stop ignoring YouTube, and re-generate with latest API (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Mar 29, 2021
1 parent 1afade5 commit 7a6967f
Show file tree
Hide file tree
Showing 5 changed files with 3,054 additions and 4,295 deletions.
3 changes: 1 addition & 2 deletions ignore.json
@@ -1,6 +1,5 @@
{
"ignore": [
"apigee:v1",
"youtube:v3"
"apigee:v1"
]
}
2 changes: 1 addition & 1 deletion samples/test/test.samples.youtube.js
Expand Up @@ -45,7 +45,7 @@ describe('YouTube samples', () => {
});

it('should upload a video', async () => {
const scope = nock('https://www.googleapis.com')
const scope = nock('https://youtube.googleapis.com')
.post(
'/upload/youtube/v3/videos?part=id%2Csnippet%2Cstatus&notifySubscribers=false&uploadType=multipart'
)
Expand Down

0 comments on commit 7a6967f

Please sign in to comment.