Skip to content

Commit a6d52e1

Browse files
committed
test: fixed test not passing with public tracker
1 parent 5f499d7 commit a6d52e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/web/api/v1/contexts/torrent/contract.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ mod for_authenticated_users {
15721572

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

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

15771577
assert_eq!(downloaded_torrent, expected_downloaded_torrent);
15781578
}

0 commit comments

Comments
 (0)