Better docstring.

This commit is contained in:
Itamar Turner-Trauring 2023-08-16 09:45:10 -04:00
parent 9b52313cda
commit 4bffd567c3

View File

@ -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://..."]}