mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
Correct type.
This commit is contained in:
parent
e9f68824a1
commit
bf2451bbcd
@ -172,7 +172,7 @@ class ExtractSecretsTests(SyncTestCase):
|
||||
``ClientSecretsException``.
|
||||
"""
|
||||
with self.assertRaises(ClientSecretsException):
|
||||
_extract_secrets(["FOO eA=="], {})
|
||||
_extract_secrets(["FOO eA=="], set())
|
||||
|
||||
def test_bad_secret_not_base64(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user