Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit f40da3c

Browse files
authored
Merge pull request #91 from netlify/fix/deploy_cancel
Fix failing test
2 parents 8f36b5f + 830bf89 commit f40da3c

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"node client"
5959
],
6060
"dependencies": {
61-
"@netlify/open-api": "^0.13.0",
61+
"@netlify/open-api": "^0.13.2",
6262
"@netlify/zip-it-and-ship-it": "^0.3.1",
6363
"backoff": "^2.5.0",
6464
"clean-deep": "^3.0.2",

src/operations.test.js.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4741,16 +4741,10 @@ Generated by [AVA](https://ava.li).
47414741
required: true,
47424742
type: 'string',
47434743
},
4744-
site_id: {
4745-
in: 'path',
4746-
name: 'site_id',
4747-
required: true,
4748-
type: 'string',
4749-
},
47504744
},
47514745
query: {},
47524746
},
4753-
path: '/sites/{site_id}/deploys/{deploy_id}/cancel',
4747+
path: '/deploys/{deploy_id}/cancel',
47544748
responses: {
47554749
201: {
47564750
description: 'Cancelled',

src/operations.test.js.snap

-37 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)