Skip to content

Commit

Permalink
fix: [#615] adjusted http error code for test so it pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Aug 3, 2024
1 parent 42fb031 commit e527867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/web/api/v1/contexts/torrent/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e527867

Please sign in to comment.