We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f499d7 commit a6d52e1Copy full SHA for a6d52e1
tests/e2e/web/api/v1/contexts/torrent/contract.rs
@@ -1572,7 +1572,7 @@ mod for_authenticated_users {
1572
1573
let downloaded_torrent = decode_torrent(&response.bytes).expect("could not decode downloaded torrent");
1574
1575
- 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;
1576
1577
assert_eq!(downloaded_torrent, expected_downloaded_torrent);
1578
}
0 commit comments