summaryrefslogtreecommitdiff
path: root/cli/tests/unit/body_test.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-07-04 13:05:01 -0400
committerGitHub <noreply@github.com>2020-07-04 13:05:01 -0400
commit5f9e600c5bb78ae35a9a12d250f1d7cad79cf7a4 (patch)
treedf0085e1287912f014bf804d2070f189a367b772 /cli/tests/unit/body_test.ts
parentfca492907cb0e6b12f202681ccf36278b5bfa81a (diff)
chore: port http_server.py to rust (#6364)
Diffstat (limited to 'cli/tests/unit/body_test.ts')
-rw-r--r--cli/tests/unit/body_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/body_test.ts b/cli/tests/unit/body_test.ts
index d0423f7de..3b01190a6 100644
--- a/cli/tests/unit/body_test.ts
+++ b/cli/tests/unit/body_test.ts
@@ -36,7 +36,7 @@ unitTest(
{ perms: { net: true } },
async function bodyMultipartFormData(): Promise<void> {
const response = await fetch(
- "http://localhost:4545/cli/tests/subdir/multipart_form_data.txt"
+ "http://localhost:4545/multipart_form_data.txt"
);
const text = await response.text();