fix(core): update

This commit is contained in:
Philipp Kunz 2020-07-25 15:48:24 +00:00
parent 2eeb4b7925
commit f29dd9bf1c

View File

@ -27,7 +27,7 @@ export const testFire = <
throw new Error('you need to start the testServer first!');
}
const typedRequest = new plugins.typedrequest.TypedRequest<T>(
`https://localhost:${testServer.server.options.port}`,
`http://localhost:${testServer.server.options.port}`,
methodArg
);
const responsePromise = typedRequest.fire(requestArg);