Skip to content

Commit f667d27

Browse files
authored
test: fix snapshots that contain graph commands due to deprecation (#5522)
1 parent bbb80e9 commit f667d27

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

tests/integration/snapshots/220.command.graph.test.cjs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Generated by [AVA](https://avajs.dev).
88

99
> Snapshot 1
1010
11-
`(Beta) Control the Netlify Graph functions for the current site␊
11+
`› Warning: Netlify Graph is deprecated and will be removed from the CLI in a future release at the end of April, 2023. Please migrate off of Netlify Graph beforehand.␊
12+
(Deprecated) Control the Netlify Graph functions for the current site␊
1213
1314
USAGE␊
1415
$ netlify graph [options]␊
@@ -36,7 +37,8 @@ Generated by [AVA](https://avajs.dev).
3637

3738
> Snapshot 1
3839
39-
`(Beta) Control the Netlify Graph functions for the current site␊
40+
`› Warning: Netlify Graph is deprecated and will be removed from the CLI in a future release at the end of April, 2023. Please migrate off of Netlify Graph beforehand.␊
41+
(Deprecated) Control the Netlify Graph functions for the current site␊
4042
4143
USAGE␊
4244
$ netlify graph [options]␊
Binary file not shown.

tests/integration/snapshots/320.command.help.test.cjs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Generated by [AVA](https://avajs.dev).
2525
$ functions Manage netlify functions␊
2626
$ recipes (Beta) Create and modify files in a project using pre-defined␊
2727
recipes␊
28-
$ graph (Beta) Control the Netlify Graph functions for the current
29-
site␊
28+
$ graph (Deprecated) Control the Netlify Graph functions for the␊
29+
current site␊
3030
$ init Configure continuous deployment for a new or existing site. To␊
3131
create a new site without continuous deployment, use \`netlify␊
3232
sites:create\`␊
Binary file not shown.

0 commit comments

Comments
 (0)