1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

tornado test_redirects is no longer an online test

This commit is contained in:
Thomas Grainger
2024-01-23 12:33:45 +00:00
parent 42b4a5d2fa
commit 784b2dcb29

View File

@@ -160,7 +160,6 @@ def test_post(get_client, tmpdir, scheme):
assert 1 == cass.play_count
@pytest.mark.online
@pytest.mark.gen_test
def test_redirects(get_client, tmpdir, httpbin):
"""Ensure that we can handle redirects"""