Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Jul 17, 2024
1 parent 059e1ce commit 707e89f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test.download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ describe(__filename, () => {

it('should download the discovery docs', async () => {
const scopes = [
nock('https://www.googleapis.com')
.get('/discovery/v1/apis/')
nock('https://raw.githubusercontent.com/googleapis')
.get('/discovery-artifact-manager/master/discoveries/index.json/')
.replyWithFile(200, fakeIndexPath, {
'Content-Type': 'application/json',
}),
Expand All @@ -99,8 +99,8 @@ describe(__filename, () => {

it('should ignore changes to schemas that only have revision changes', async () => {
const scopes = [
nock('https://www.googleapis.com')
.get('/discovery/v1/apis/')
nock('https://raw.githubusercontent.com/googleapis')
.get('/discovery-artifact-manager/master/discoveries/index.json/')
.replyWithFile(200, fakeIndexPath, {
'Content-Type': 'application/json',
}),
Expand Down

0 comments on commit 707e89f

Please sign in to comment.