Skip to content

Commit bed25af

Browse files
committed
test: cleanup tap/helper.ts
1 parent feb5f0f commit bed25af

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tap/helper.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,6 @@ export async function setup(
137137
},
138138
)
139139

140-
let response = await fetch(new URL('http://localhost:3000/reg'), {
141-
method: 'POST',
142-
headers: { 'content-type': 'application/json;charset=utf-8' },
143-
body: JSON.stringify(metadata),
144-
})
145-
146-
if (response.status !== 201) {
147-
throw new Error(await response.text())
148-
}
149-
150140
return {
151141
metadata: {
152142
...configuration.clientMetadata(),

0 commit comments

Comments
 (0)