aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/upload_files.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/upload_files.rs b/tests/upload_files.rs
index 98ddc2a..196f3cd 100644
--- a/tests/upload_files.rs
+++ b/tests/upload_files.rs
@@ -100,7 +100,7 @@ fn uploading_files_is_restricted(#[case] server: TestServer) -> Result<(), Error
let client = Client::new();
// Ensure uploading fails and returns an error
assert_eq!(
- 500,
+ 403,
client
.post(server.url().join("/upload?path=/")?)
.multipart(form)