Skip to content

Commit d8b3ee2

Browse files
committed
refactor: [#615] change test http return code
1 parent 0360517 commit d8b3ee2

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
@@ -462,7 +462,7 @@ mod for_guests {
462462

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

465-
assert_eq!(response.status, 401);
465+
assert_eq!(response.status, 403);
466466
}
467467
}
468468

0 commit comments

Comments
 (0)