Skip to content

Commit f7b5d3f

Browse files
committedNov 18, 2024··
chore: fix interop tests
1 parent ccfcc9d commit f7b5d3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎packages/interop/src/fixtures/create-helia.ts

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export async function createHeliaNode (libp2pOptions?: Libp2pOptions): Promise<H
3838
// remove services that are not used in tests
3939
// @ts-expect-error services.autoNAT is not optional
4040
delete defaults.services.autoNAT
41+
// @ts-expect-error services.upnp is not optional
42+
delete defaults.services.upnp
4143
// @ts-expect-error services.dcutr is not optional
4244
delete defaults.services.dcutr
4345
// @ts-expect-error services.delegatedRouting is not optional

0 commit comments

Comments
 (0)
Please sign in to comment.