-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
When using a function on plugin.ts that requires a .zip file added to the form data, the form data stream won't close after the form data is used, and the test will take a bit of time to finish.
We need to investigate how to fix this.
Note:
- Does not happen on unit tests
- Only happens when form data has the
.zipfile attached- Only happens with POST requests (because the GET requests don't have the
.zipattached)
- Only happens with POST requests (because the GET requests don't have the
Potential solutions:
- Different method for attaching the
.zipfile? - Different method for executing requests?
- A way to close the stream after form data submission?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed