From f29dd9bf1c79c54c4e91062527cad823735611bb Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 25 Jul 2020 15:48:24 +0000 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);