Skip to content

Commit 2b91b0c

Browse files
committed
test: fix test to handle the url
1 parent c53408c commit 2b91b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/live.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('live', () => {
3232
description: expect.any(String),
3333
level: 'fatal',
3434
package: 'pkg:npm/[email protected]',
35-
url: null
35+
url: '\nhttps://socket.dev/npm/package/lodahs/overview/0.0.1-security'
3636
})
3737

3838
// Verify authenticated API was called
@@ -58,7 +58,7 @@ describe('live', () => {
5858
description: expect.any(String),
5959
level: 'fatal',
6060
package: 'pkg:npm/[email protected]',
61-
url: null
61+
url: '\nhttps://socket.dev/npm/package/lodahs/overview/0.0.1-security'
6262
})
6363

6464
// Verify firewall API was called

0 commit comments

Comments
 (0)