diff --git a/tests/e2e/web/api/v1/contexts/torrent/contract.rs b/tests/e2e/web/api/v1/contexts/torrent/contract.rs index ed3b4f33..54fbf0b6 100644 --- a/tests/e2e/web/api/v1/contexts/torrent/contract.rs +++ b/tests/e2e/web/api/v1/contexts/torrent/contract.rs @@ -442,7 +442,7 @@ mod for_guests { let response = client.upload_torrent(form.into()).await; - assert_eq!(response.status, 401); + assert_eq!(response.status, 403); } #[tokio::test]