Skip to content

Commit 092bf7f

Browse files
committed
Update snapshots
1 parent d06b216 commit 092bf7f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe('socket analytics', async () => {
112112
113113
\\xd7 Input error: Please review the input requirements and try again
114114
115-
\\xd7 Legacy flags are no longer supported. See v1 migration guide (https://docs.socket.dev/docs/v1-migration-guide). (received legacy flags)
115+
\\xd7 Legacy flags are no longer supported. See the v1 migration guide (https://docs.socket.dev/docs/v1-migration-guide). (received legacy flags)
116116
\\u221a The time filter must either be 7, 30 or 90"
117117
`)
118118

@@ -287,7 +287,7 @@ describe('socket analytics', async () => {
287287
288288
\\xd7 Input error: Please review the input requirements and try again
289289
290-
\\xd7 Legacy flags are no longer supported. See v1 migration guide (https://docs.socket.dev/docs/v1-migration-guide). (received legacy flags)
290+
\\xd7 Legacy flags are no longer supported. See the v1 migration guide (https://docs.socket.dev/docs/v1-migration-guide). (received legacy flags)
291291
\\u221a The time filter must either be 7, 30 or 90"
292292
`)
293293

src/commands/audit-log/cmd-audit-log.test.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('socket audit-log', async () => {
2828
- Permissions: audit-log:list
2929
3030
This feature requires an Enterprise Plan. To learn more about getting access
31-
to this feature and many more, please visit https://socket.dev/pricing
31+
to this feature and many more, please visit the Socket pricing page (https://socket.dev/pricing).
3232
3333
The type FILTER arg is an enum. Defaults to any. It should be one of these:
3434
associateLabel, cancelInvitation, changeMemberRole, changePlanSubscriptionSeats,
@@ -120,7 +120,7 @@ describe('socket audit-log', async () => {
120120
121121
\\xd7 Input error: Please review the input requirements and try again
122122
123-
\\xd7 Legacy flags are no longer supported. See v1 migration guide (https://docs.socket.dev/docs/v1-migration-guide). (received legacy flags)"
123+
\\xd7 Legacy flags are no longer supported. See the v1 migration guide (https://docs.socket.dev/docs/v1-migration-guide). (received legacy flags)"
124124
`)
125125

126126
expect(code, 'dry-run should exit with code 2 if missing input').toBe(2)

src/commands/threat-feed/cmd-threat-feed.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('socket threat-feed', async () => {
2929
- Special access
3030
3131
This feature requires a Threat Feed license. Please contact
32-
sales@socket.dev if you are interested in purchasing this access.
32+
sales@socket.dev (mailto:sales@socket.dev) if you are interested in purchasing this access.
3333
3434
Options
3535
--direction Order asc or desc by the createdAt attribute

0 commit comments

Comments
 (0)