Skip to content

Commit

Permalink
test: fixed test not passing with public tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Sep 18, 2024
1 parent 5801bb4 commit 5ca7576
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 @@ -1572,7 +1572,7 @@ mod for_authenticated_users {

let downloaded_torrent = decode_torrent(&response.bytes).expect("could not decode downloaded torrent");

let expected_downloaded_torrent = canonical_torrent_for(uploaded_torrent, &env, &Some(logged_in_admin)).await;
let expected_downloaded_torrent = canonical_torrent_for(uploaded_torrent, &env, &None).await;

assert_eq!(downloaded_torrent, expected_downloaded_torrent);
}
Expand Down

0 comments on commit 5ca7576

Please sign in to comment.