Skip to content

Commit e4fa88f

Browse files
committed
Update snapshots
1 parent ccdeec1 commit e4fa88f

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

src/commands/analytics/cmd-analytics.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('socket analytics', async () => {
3232
3333
Options
3434
--dryRun Do input validation for a command and exit 0 when input is ok
35-
--file Path to a local file to save the output. Only valid with --json/--markdown. Defaults to stdout.
35+
--file Filepath to save output. Only valid with --json/--markdown. Defaults to stdout.
3636
--help Print this help
3737
--json Output result as json
3838
--markdown Output result as markdown

src/commands/config/cmd-config-get.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('socket config get', async () => {
3434
- apiBaseUrl -- Base URL of the API endpoint
3535
- apiProxy -- A proxy through which to access the API
3636
- apiToken -- The API token required to access most API endpoints
37-
- defaultOrg -- The default org slug to use when appropriate; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
37+
- defaultOrg -- The default org slug to use; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
3838
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
3939
4040
Examples

src/commands/config/cmd-config-list.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('socket config get', async () => {
3535
- apiBaseUrl -- Base URL of the API endpoint
3636
- apiProxy -- A proxy through which to access the API
3737
- apiToken -- The API token required to access most API endpoints
38-
- defaultOrg -- The default org slug to use when appropriate; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
38+
- defaultOrg -- The default org slug to use; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
3939
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
4040
4141
Examples

src/commands/config/cmd-config-set.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('socket config get', async () => {
3939
- apiBaseUrl -- Base URL of the API endpoint
4040
- apiProxy -- A proxy through which to access the API
4141
- apiToken -- The API token required to access most API endpoints
42-
- defaultOrg -- The default org slug to use when appropriate; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
42+
- defaultOrg -- The default org slug to use; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
4343
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
4444
4545
Examples

src/commands/config/cmd-config-unset.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('socket config unset', async () => {
3434
- apiBaseUrl -- Base URL of the API endpoint
3535
- apiProxy -- A proxy through which to access the API
3636
- apiToken -- The API token required to access most API endpoints
37-
- defaultOrg -- The default org slug to use when appropriate; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
37+
- defaultOrg -- The default org slug to use; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
3838
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
3939
4040
Examples

src/commands/diff-scan/cmd-diff-scan-get.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('socket diff-scan get', async () => {
7474
7575
\\x1b[31m\\xd7\\x1b[39m \\x1b[41m\\x1b[1m\\x1b[37m Input error: \\x1b[39m\\x1b[22m\\x1b[49m \\x1b[1mPlease review the input requirements and try again\\x1b[22m
7676
77-
- Specify a before and after scan ID (\\x1b[31mmissing before and after\\x1b[39m)
77+
- Specify a before and after scan ID. (\\x1b[31mmissing before and after\\x1b[39m)
7878
The args are expecting a full \`aaa0aa0a-aaaa-0000-0a0a-0000000a00a0\` scan ID.
7979
8080
- Org name as the first argument (\\x1b[31mmissing\\x1b[39m)

src/commands/fix/cmd-fix.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ describe('socket fix', async () => {
2525
2626
Options
2727
--dryRun Do input validation for a command and exit 0 when input is ok
28-
--help Print this help"
28+
--help Print this help
29+
--testScript The test script to run for each fix attempt"
2930
`
3031
)
3132
expect(`\n ${stderr}`).toMatchInlineSnapshot(`

0 commit comments

Comments
 (0)