From 5d51aac0d309a83f77f677c41b0da08ca27c991e Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 9 Mar 2022 12:41:40 -0500 Subject: [PATCH] Clarify. --- src/allmydata/test/test_storage_http.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/allmydata/test/test_storage_http.py b/src/allmydata/test/test_storage_http.py index b2da8e9d7..e062864e2 100644 --- a/src/allmydata/test/test_storage_http.py +++ b/src/allmydata/test/test_storage_http.py @@ -934,7 +934,8 @@ class ImmutableHTTPAPITests(SyncTestCase): def test_unknown_aborts(self): """ - Aborting aborts with unknown storage index or share number will 404. + Aborting uploads with an unknown storage index or share number will + result 404 HTTP response code. """ (upload_secret, _, storage_index, _) = self.create_upload({1}, 100)