From 4bffd567c3c8b067bc30c25eb68b5a4150c14b63 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 16 Aug 2023 09:45:10 -0400 Subject: [PATCH] Better docstring. --- src/allmydata/test/test_storage_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/test/test_storage_client.py b/src/allmydata/test/test_storage_client.py index 79bc475d0..514c4ef78 100644 --- a/src/allmydata/test/test_storage_client.py +++ b/src/allmydata/test/test_storage_client.py @@ -742,7 +742,7 @@ storage: self.assertTrue(done.called) def test_should_we_use_http_default(self): - """Default is to use HTTP; this will change eventually""" + """Default is to use HTTP.""" basedir = self.mktemp() node_config = config_from_string(basedir, "", "") announcement = {ANONYMOUS_STORAGE_NURLS: ["pb://..."]}