You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_________________________test_http_get_with_redirect__________________________magnet_redirect_server=33747asyncdeftest_http_get_with_redirect(magnet_redirect_server):
""" Test if http_get is working properly if url redirects to a magnet link. """# Setup a redirect server which redirects to a magnet linkmagnet_link="magnet:?xt=urn:btih:DC4B96CF85A85CEEDB8ADC4B96CF85A85CEEDB8A"test_url="http://localhost:%d"%magnet_redirect_serverasyncwithClientSession() assession:
>response=awaitsession.get(test_url, allow_redirects=False)
magnet_link='magnet:?xt=urn:btih:DC4B96CF85A85CEEDB8ADC4B96CF85A85CEEDB8A'magnet_redirect_server=33747session=<aiohttp.client.ClientSessionobjectat0x129dbf9a0>test_url='http://localhost:33747'src/tribler/core/utilities/tests/test_utilities.py:100:
The text was updated successfully, but these errors were encountered:
https://github.com/Tribler/tribler/actions/runs/7143968388/job/19456591712?pr=7764#step:8:2723 in #7764
The text was updated successfully, but these errors were encountered: