diff --git a/ts/index.ts b/ts/index.ts index 33f0d21..751d783 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -27,7 +27,7 @@ export const testFire = < throw new Error('you need to start the testServer first!'); } const typedRequest = new plugins.typedrequest.TypedRequest( - `https://localhost:${testServer.server.options.port}`, + `http://localhost:${testServer.server.options.port}`, methodArg ); const responsePromise = typedRequest.fire(requestArg);