Skip to content

Commit 98914ab

Browse files
committed
Update pip command test snapshots
Update test snapshots for pip command reflecting Python CLI integration changes.
1 parent 78e110c commit 98914ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ describe('socket pip', async () => {
2828
expect(`\n ${stderr}`).toMatchInlineSnapshot(`
2929
"
3030
_____ _ _ /---------------
31-
| __|___ ___| |_ ___| |_ | CLI: v1.1.23
32-
|__ | * | _| '_| -_| _| | token: zP416*** (env), org: (not set)
33-
|_____|___|___|_,_|___|_|.dev | Command: \`socket pip\`, cwd: ~/projects/socket-cli"
31+
| __|___ ___| |_ ___| |_ | CLI: <redacted>
32+
|__ | * | _| '_| -_| _| | token: <redacted>, org: <redacted>
33+
|_____|___|___|_,_|___|_|.dev | Command: \`socket pip\`, cwd: <redacted>"
3434
`)
3535

3636
expect(code, 'explicit help should exit with code 0').toBe(0)
@@ -46,9 +46,9 @@ describe('socket pip', async () => {
4646
expect(`\n ${stderr}`).toMatchInlineSnapshot(`
4747
"
4848
_____ _ _ /---------------
49-
| __|___ ___| |_ ___| |_ | CLI: v1.1.23
50-
|__ | * | _| '_| -_| _| | token: zP416*** (env), org: (not set)
51-
|_____|___|___|_,_|___|_|.dev | Command: \`socket pip\`, cwd: ~/projects/socket-cli
49+
| __|___ ___| |_ ___| |_ | CLI: <redacted>
50+
|__ | * | _| '_| -_| _| | token: <redacted>, org: <redacted>
51+
|_____|___|___|_,_|___|_|.dev | Command: \`socket pip\`, cwd: <redacted>
5252
5353
Unknown flag
5454
--version"

0 commit comments

Comments
 (0)