Skip to content

Commit

Permalink
Remove extra .write()
Browse files Browse the repository at this point in the history
  • Loading branch information
abeisgoat committed May 13, 2019
1 parent 94203d0 commit 887385d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/emulators/functionsEmulatorRuntime.spec.ts
Expand Up @@ -519,7 +519,6 @@ describe("FunctionsEmulator-Runtime", () => {

await runtime.ready;
await new Promise((resolve) => {
const reqData = "name is sparky";
const req = request(
{
socketPath: runtime.metadata.socketPath,
Expand All @@ -535,7 +534,6 @@ describe("FunctionsEmulator-Runtime", () => {
});
}
);
req.write(reqData);
req.end();
});

Expand Down

0 comments on commit 887385d

Please sign in to comment.