Skip to content

Commit

Permalink
refactor: [#615] change test http return code
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Aug 4, 2024
1 parent 0360517 commit d8b3ee2
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 @@ -462,7 +462,7 @@ mod for_guests {

let response = client.delete_torrent(&test_torrent.file_info_hash()).await;

assert_eq!(response.status, 401);
assert_eq!(response.status, 403);
}
}

Expand Down

0 comments on commit d8b3ee2

Please sign in to comment.