Apply suggestions from code review

Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
Itamar Turner-Trauring 2023-09-05 09:33:44 -04:00 committed by GitHub
parent 152cadf543
commit 45e201a282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -657,6 +657,7 @@ storage:
)
broker = StorageFarmBroker(True, tub_maker, config)
broker.startService()
self.addCleanup(broker.stopService)
key_s = b'v0-1234-1'
ones = str(base32.b2a(b"1"), "utf-8")
@ -681,7 +682,6 @@ storage:
self.assertTrue(new_service.running)
self.assertIdentical(new_service.parent, broker)
return broker.stopService()
def test_static_permutation_seed_pubkey(self):
broker = make_broker()