diff --git a/src/allmydata/test/test_storage_client.py b/src/allmydata/test/test_storage_client.py index 8273966ce..91668e7ca 100644 --- a/src/allmydata/test/test_storage_client.py +++ b/src/allmydata/test/test_storage_client.py @@ -819,7 +819,7 @@ class PickHTTPServerTests(unittest.SynchronousTestCase): }) self.assertEqual(result, earliest_url) - def test_failures_are_retried(self): + def test_failures_are_turned_into_none(self): """ If the requests all fail, ``_pick_a_http_server`` returns ``None``. """