From 428a9d0573628fdc91c5efd7fc3a2f94bbdd19bf Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Thu, 16 Dec 2021 11:47:40 -0500 Subject: [PATCH] Lint fix. --- src/allmydata/test/test_storage_http.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/allmydata/test/test_storage_http.py b/src/allmydata/test/test_storage_http.py index 9d4ef3738..b9aa59f3e 100644 --- a/src/allmydata/test/test_storage_http.py +++ b/src/allmydata/test/test_storage_http.py @@ -143,8 +143,6 @@ class RoutingTests(TestCase): The requirement for secrets is enforced; if they are not given, a 400 response code is returned. """ - secret = b"abc" - # Without secret, get a 400 error. response = yield self.client._request( "GET", "http://127.0.0.1/upload_secret", {}